summaryrefslogtreecommitdiff
path: root/drivers/atm/adummy.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-10-03 16:25:34 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-10-04 00:31:03 -0700
commit617dbeaa3f2987acc83c1149409685005e9dd740 (patch)
treec2a430acb01de8a5afdff2540ce674a79614dab7 /drivers/atm/adummy.c
parentae8c05779ac2f286b872db9ebea0c3c0a031ad1e (diff)
[TIPC]: fix printk warning
gcc spits out this warning: net/tipc/link.c: In function ‘link_retransmit_failure’: net/tipc/link.c:1669: warning: cast from pointer to integer of different size More than a little bit ugly, storing integers in void*, but at least the code is correct, unlike some of the more crufty Linux kernel code found elsewhere. Rather than having two casts to massage the value into u32, it's easier just to have a single cast and use "%lu", since it's just a printk. Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/adummy.c')
0 files changed, 0 insertions, 0 deletions