Thank you very much for the review. There is one thing I still need help with. On Sun, 1 Jul 2007 10:03:25 -0400 "Mark M. Hoffman" <mhoffman at lightlink.com> wrote: > > + if (kind == thmc50) { > > + type_name = "thmc50"; > > + /* Remove temp3 attributes */ > > + thmc50_group.attrs[8] = NULL; > > + thmc50_group.attrs[9] = NULL; > > + thmc50_group.attrs[10] = NULL; > > Hrm, fragile. Please just put these in a separate group, as other hwmon > drivers do. Ultimately, the attr arrays should be defined const as well > anyway, but for some missing const modifiers in the driver core. I know it is kind of hack. Can you point me to the "other hwmon drivers"? The drivers which use groups to remove/add some of attributes depending on mode/chip type in correct way. Regards, Krzysztof