]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.21-i2c-keywest.patch
- obsolete
[packages/kernel.git] / linux-2.4.21-i2c-keywest.patch
1 --- linux-2.4.21/drivers/i2c/i2c-keywest.c.orig Tue Aug 19 17:00:14 2003
2 +++ linux-2.4.21/drivers/i2c/i2c-keywest.c      Tue Aug 19 17:00:37 2003
3 @@ -515,7 +515,7 @@
4                 struct keywest_chan* chan = &iface->channels[i];
5                 u8 addr;
6                 
7 -               chan->adapter.name = THIS_MODULE;
8 +               chan->adapter.owner = THIS_MODULE;
9                 sprintf(chan->adapter.name, "%s %d", np->parent->name, i);
10                 chan->iface = iface;
11                 chan->chan_no = i;
This page took 0.068821 seconds and 3 git commands to generate.