lkml.org 
[lkml]   [2005]   [May]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromAlexey Fisher <>
SubjectRe: clean up and warnings patch for 2.6.12-rc4-mm1 i2c-chip
DateTue, 17 May 2005 08:41:19 +0200
Hi Jean
with module w83627hf  i found useful due  detection return -ENODEV
because I can see in commandline if it's some thing wrong. If it's not correct, there is a bug 
in the w83627hf and some other drivers.



int w83627hf_detect(struct i2c_adapter *adapter, int address,
                   int kind)
{
        int val;
        struct i2c_client *new_client;
        struct w83627hf_data *data;
        int err = 0;
        const char *client_name = "";
        if (!i2c_is_isa_adapter(adapter)) {
                err = -ENODEV;
                goto ERROR0;
        }
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-05-17 08:45    [from the cache]
©2003-2008