All of lore.kernel.org
 help / color / mirror / Atom feed
* [OOPS] w83781d during rmmod (2.5.69-bk17)
@ 2005-05-19  6:23 ` Mark M. Hoffman
  0 siblings, 0 replies; 43+ messages in thread
From: Mark M. Hoffman @ 2003-05-24 18:37 UTC (permalink / raw)
  To: LKML, Sensors

This applies to all kernel versions since w83781d was brought in from 
the lm_sensors project.

The subclients of w83781d are never registered with i2c_attach_client().
But, w83781d_detach_client() tries to i2c_detach_client() them anyway.
This was harmless, until i2c-core was "listified"... because the old
array method silently ignored the attempt to detach a non-existent client.

The latest lm_sensors CVS of w83781d has the necessary i2c_attach_client()
calls - not sure why they were removed during conversion to 2.5.x.  Do we
intend to attach these subclients or not?

Regards,

-- 
Mark M. Hoffman
mhoffman@lightlink.com


^ permalink raw reply	[flat|nested] 43+ messages in thread

end of thread, other threads:[~2005-05-19  6:24 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-24 18:37 [OOPS] w83781d during rmmod (2.5.69-bk17) Mark M. Hoffman
2005-05-19  6:23 ` Mark M. Hoffman
2005-05-19  6:23 ` Mark D. Studebaker 
2003-06-01 14:38   ` [RFC PATCH] " Mark M. Hoffman
2005-05-19  6:23     ` Mark M. Hoffman
2003-06-02 17:20     ` Greg KH
2005-05-19  6:23       ` Greg KH
2003-06-03  5:22       ` Martin Schlemmer
2005-05-19  6:23         ` Martin Schlemmer
2003-06-03 19:43         ` Philip Pokorny
2005-05-19  6:23           ` Philip Pokorny
2003-06-04  5:57           ` Martin Schlemmer
2005-05-19  6:23             ` Martin Schlemmer
2003-06-05  2:39       ` Mark M. Hoffman
2005-05-19  6:23         ` Mark M. Hoffman
2003-06-05 19:47         ` Greg KH
2005-05-19  6:23           ` Greg KH
2003-06-09  5:34           ` Martin Schlemmer
2005-05-19  6:23             ` Martin Schlemmer
2003-06-10  5:38             ` Martin Schlemmer
2005-05-19  6:23               ` Martin Schlemmer
2003-06-10  5:41             ` OOPS w83781d during rmmod (2.5.70-bk1[1234]) Mark M. Hoffman
2005-05-19  6:23               ` Mark M. Hoffman
2003-06-10  5:51               ` Martin Schlemmer
2005-05-19  6:23                 ` Martin Schlemmer
2003-06-11  5:44                 ` Martin Schlemmer
2005-05-19  6:23                   ` Martin Schlemmer
2003-06-12  6:57               ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS w83781d during rmmod (2.5.70-bk1[1234])) Martin Schlemmer
2005-05-19  6:23                 ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS w83781d Martin Schlemmer
2003-06-13  2:36                 ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS w83781d during rmmod (2.5.70-bk1[1234])) Mark M. Hoffman
2005-05-19  6:23                   ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS w83781d Mark M. Hoffman
2003-06-13  6:08                   ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS w83781d during rmmod (2.5.70-bk1[1234])) Martin Schlemmer
2005-05-19  6:23                     ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS Martin Schlemmer
2003-06-14  6:26                   ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS w83781d during rmmod (2.5.70-bk1[1234])) Martin Schlemmer
2005-05-19  6:24                     ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS Martin Schlemmer
2003-06-16 18:41                     ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS w83781d during rmmod (2.5.70-bk1[1234])) Greg KH
2005-05-19  6:24                       ` [RFC][2.5] list_for_each_safe not so safe (was Re: OOPS w83781d Greg KH
2003-09-03 20:54                       ` [PATCH 2.6] Fix conversion from milli volts in store_in_reg() for w83781d.c Martin Schlemmer
2005-05-19  6:24                         ` [PATCH 2.6] Fix conversion from milli volts in store_in_reg() for Martin Schlemmer
2003-09-04 18:40                         ` [PATCH 2.6] Fix conversion from milli volts in store_in_reg() for w83781d.c Greg KH
2005-05-19  6:24                           ` [PATCH 2.6] Fix conversion from milli volts in store_in_reg() for Greg KH
2003-09-07 15:41                         ` [PATCH 2.6] Fix conversion from milli volts in store_in_reg() for w83781d.c Andrey Borzenkov
2005-05-19  6:24                           ` [PATCH 2.6] Fix conversion from milli volts in store_in_reg() for Andrey Borzenkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.