From: Frank Lichtenheld Date: Wed, 14 Nov 2007 23:57:38 +0000 (-0800) Subject: [ISDN] sc: Fix sndpkt to have the correct number of arguments X-Git-Tag: v2.6.24-rc3~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=186fd777a8c63c28acdbcb0e9aefa7ebc858641e;p=pandora-kernel.git [ISDN] sc: Fix sndpkt to have the correct number of arguments isdn_if.writebuf_skb has an additional ack flag argument which was missing from sndpkt leading to the following warning: CC [M] drivers/isdn/sc/init.o drivers/isdn/sc/init.c: In function ‘sc_init’: drivers/isdn/sc/init.c:281: warning: assignment from incompatible pointer type Note that this doesn't actually do anything with the flag, it just fixes the warning (and probably accessing the last argument). Signed-off-by: Frank Lichtenheld Signed-off-by: David S. Miller --- Reading git-diff-tree failed