Changeset 3085

Show
Ignore:
Timestamp:
09/12/05 19:56:56 (8 years ago)
Author:
khali
Message:

Kill an unused variable left over from a previous cleanup.
Backport from Linux 2.6, credits go to Andrew Morton.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/busses/i2c-keywest.c

    r3073 r3085  
    529529        for (i=0; i<nchan; i++) { 
    530530                struct keywest_chan* chan = &iface->channels[i]; 
    531                 u8 addr; 
    532531                 
    533532                sprintf(chan->adapter.name, "%s %d", np->parent->name, i);