1
0
Fork 0
alistair23-linux/drivers/ptp
Sahara 7d3ac5c779 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>
2013-03-27 12:48:31 -04:00
..
Kconfig pch_gbe, ptp_pch: Fix the dependency direction between these drivers 2012-11-17 22:11:45 -05:00
Makefile supports eg20t ptp clock 2012-03-09 13:55:34 -08:00
ptp_chardev.c ptp: reduce stack usage when measuring the system time offset 2012-11-26 17:22:14 -05:00
ptp_clock.c ptp: link the phc device to its parent device 2012-09-22 15:42:38 -04:00
ptp_ixp46x.c ptp: link the phc device to its parent device 2012-09-22 15:42:38 -04:00
ptp_pch.c ptp_pch: eliminate a number of sparse warnings 2013-03-27 12:48:31 -04:00
ptp_private.h ptp: remember the adjusted frequency 2012-09-22 15:41:29 -04:00
ptp_sysfs.c ptp: Added a brand new class driver for ptp clocks. 2011-05-23 13:01:00 -07:00