Re: BUG: unable to handle kernel paging request in usb_match_id()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Aug 17, 2012 at 05:27:08PM +0800, Fengguang Wu wrote:
> Hi Bjørn,
> 
> > -static const struct usb_device_id id_table[] __devinitconst = {
> > +static const struct usb_device_id id_table[] = {
> 
> Good catch! It magically fixed the oops. So that id_table was
> freed sometime with __devinitconst?
> 
> There are some more "usb_device_id .* __devinitconst" users in the system,
> Shall they be fixed as well?

This should be a complete list:

definitions:
        static const struct usb_device_id smsusb_id_table[] __devinitconst = {
        static const __devinitdata struct usb_device_id device_table[] = {
        static const struct usb_device_id device_table[] __devinitconst = {
        static struct usb_device_id p54u_table[] __devinitdata = {
        static struct usb_device_id rtl8187_table[] __devinitdata = {
        static struct usb_device_id vt6656_table[] __devinitdata = {
        static const struct usb_device_id wb35_table[] __devinitconst = {
        static const struct usb_device_id id_table[] __devinitconst = {

files:
        drivers/media/video/gspca/jl2005bcd.c
        drivers/net/wireless/p54/p54usb.c
        drivers/net/wireless/rtl818x/rtl8187/dev.c
        drivers/usb/misc/emi62.c
        drivers/media/dvb/siano/smsusb.c
        drivers/media/video/gspca/spca506.c
        drivers/staging/winbond/wbusb.c
        drivers/staging/vt6656/main_usb.c

Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux