linux/drivers/isdn/i4l
Harvey Harrison 00bcd522ea isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlines
They would have been better named as get_be16, put_be16, etc.
as they were hiding an endian shift inside.

They don't add much over explicitly coding the byteshifting
and gcc sometimes has a problem with builtin_constant_p inside
inline functions, so it may do a better job of byteswapping
at compile time rather than runtime.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-13 22:41:29 -08:00
..
isdn_audio.c
isdn_audio.h
isdn_bsdcomp.c [ISDN]: Get rid of some pointless allocation casts in common and bsd comp. 2007-08-26 18:35:46 -07:00
isdn_common.c Merge commit 'v2.6.26' into bkl-removal 2008-07-14 15:29:34 -06:00
isdn_common.h
isdn_concap.c
isdn_concap.h
isdn_net.c isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlines 2008-11-13 22:41:29 -08:00
isdn_net.h isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlines 2008-11-13 22:41:29 -08:00
isdn_ppp.c isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation. 2008-09-22 01:15:02 -07:00
isdn_ppp.h
isdn_tty.c tty/serial: lay the foundations for the next set of reworks 2008-04-30 08:29:45 -07:00
isdn_tty.h
isdn_ttyfax.c drivers/isdn: correct use of ! and & 2008-03-04 16:35:16 -08:00
isdn_ttyfax.h
isdn_v110.c isdn: replace __inline with inline 2008-03-05 18:37:39 -08:00
isdn_v110.h
isdn_x25iface.c
isdn_x25iface.h
Kconfig Use menuconfig objects - CONFIG_ISDN_I4L 2007-07-21 17:49:17 -07:00
Makefile