Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7979aca3 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

[PATCH] i2c-keywest warning fix



Unused variable.

Cc: Greg KH <greg@kroah.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f39a4aa5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -611,7 +611,6 @@ create_iface(struct device_node *np, struct device *dev)
	
	for (i=0; i<nchan; i++) {
		struct keywest_chan* chan = &iface->channels[i];
		u8 addr;
		
		sprintf(chan->adapter.name, "%s %d", np->parent->name, i);
		chan->iface = iface;