Files
linux/drivers
Satyam Sharma 03fc370bdc USB: drivers/usb/serial/bus.c: Fix incompatible pointer type warning
drivers/usb/serial/bus.c: In function usb_serial_bus_deregister:
drivers/usb/serial/bus.c:185:
warning: passing argument 1 of free_dynids from incompatible pointer type

Above build warning comes when CONFIG_HOTPLUG=n because argument of
free_dynids() in serial/bus.c is a struct usb_serial_driver, not a
struct usb_driver. This is not a runtime bug, because the function
is an empty stub and never dereferences the passed pointer anyway.

Signed-off-by: Satyam Sharma <satyam@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-09-11 07:48:17 -07:00
..
2007-07-31 15:39:39 -07:00
…
2007-08-22 19:52:46 -07:00
2007-07-31 15:39:39 -07:00
2007-07-21 18:37:12 -07:00
…
…
…
2007-09-09 10:38:37 -04:00
2007-09-09 22:29:14 +02:00
…
…
…
2007-08-25 01:44:01 -04:00
…
2007-07-31 15:39:37 -07:00
2007-08-25 01:44:01 -04:00
2007-08-24 01:27:24 -04:00
…
2007-08-22 19:52:45 -07:00
…
…
2007-08-31 01:42:23 -07:00
…
…
2007-07-26 11:35:17 -07:00
…
2007-07-29 18:58:39 +00:00