Searched hist:"7 d3ac5c7799152b817176849e4e95559a1ddf03f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ptp/ |
H A D | ptp_pch.c | diff 7d3ac5c7799152b817176849e4e95559a1ddf03f Tue Mar 26 14:07:23 CDT 2013 Sahara <keun-o.park@windriver.com> ptp_pch: eliminate a number of sparse warnings
This fixes a number of sparse warnings like: warning: incorrect type in argument 2 (different address spaces) expected void volatile [noderef] <asn:2>*addr got unsigned int *<noident>
warning: Using plain integer as NULL pointer
Additionally this fixes a warning from checkpatch.pl like: WARNING: sizeof pch_param.station should be sizeof(pch_param.station)
Signed-off-by: Sahara <keun-o.park@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|