linux-stable/drivers/isdn
yuan linyu e1d20e22dd idsn: fix wrong skb_put() used
in my commit b952f4dff2,
-	*(u8 *)skb_put(skb_out, 1) = (u8)(accm >> 24);	\
+	skb_put(skb_out, (u8)(accm >> 24));	\
it should skb_put_u8()

Fixes: b952f4dff2 ("net: manual clean code which call skb_put_[data:zero])")
Signed-off-by: yuan linyu <Linyu.Yuan@alcatel-sbell.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-21 09:46:02 -04:00
..
capi networking: add and use skb_put_u8() 2017-06-16 11:48:40 -04:00
divert isdn: use setup_timer 2017-03-24 12:33:42 -07:00
gigaset net: introduce __skb_put_[zero, data, u8] 2017-06-20 13:30:14 -04:00
hardware networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
hisax networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
hysdn net: manual clean code which call skb_put_[data:zero] 2017-06-20 13:30:15 -04:00
i4l idsn: fix wrong skb_put() used 2017-06-21 09:46:02 -04:00
isdnloop networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
mISDN networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
Kconfig tty: Added a CONFIG_TTY option to allow removal of TTY 2013-01-18 16:15:27 -08:00
Makefile isdn: i4l: move active-isdn drivers to staging 2016-03-05 15:00:38 -08:00