Re: [PATCH] watchdog: Get rid of MODULE_ALIAS_MISCDEV statements

2013-10-29 Thread Wim Van Sebroeck
Hi Jean, > I just can't find any value in MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) > and MODULE_ALIAS_MISCDEV(TEMP_MINOR) statements. > > Either the device is enumerated and the driver already has a module > alias (e.g. PCI, USB etc.) that will get the right driver loaded > automatically. > > Or the

Re: [PATCH] watchdog: Get rid of MODULE_ALIAS_MISCDEV statements

2013-10-21 Thread Guenter Roeck
On Mon, Oct 21, 2013 at 05:38:49PM +0200, Jean Delvare wrote: > I just can't find any value in MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) > and MODULE_ALIAS_MISCDEV(TEMP_MINOR) statements. > > Either the device is enumerated and the driver already has a module > alias (e.g. PCI, USB etc.) that will get

[PATCH] watchdog: Get rid of MODULE_ALIAS_MISCDEV statements

2013-10-21 Thread Jean Delvare
I just can't find any value in MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) and MODULE_ALIAS_MISCDEV(TEMP_MINOR) statements. Either the device is enumerated and the driver already has a module alias (e.g. PCI, USB etc.) that will get the right driver loaded automatically. Or the device is not enumerated