Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e142e2a3 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

hwmon/w83627hf: Be quiet when no chip is found



Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 67f363b1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -965,8 +965,10 @@ static int __init w83627hf_find(int sioaddr, unsigned short *addr,
	case W687THF_DEVID:
		sio_data->type = w83687thf;
		break;
	case 0xff:	/* No device at all */
		goto exit;
	default:
		pr_debug(DRVNAME ": Unsupported chip (DEVID=0x%x)\n", val);
		pr_debug(DRVNAME ": Unsupported chip (DEVID=0x%02x)\n", val);
		goto exit;
	}