kernel-ark/drivers/pps
Alexander Gordeev 29f347c9fa pps: use BUG_ON for kernel API safety checks
This way less overhead is involved when running production kernel.  If you
want to debug a pps client module please define DEBUG to enable the
checks.

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
Acked-by: Rodolfo Giometti <giometti@linux.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-01-13 08:03:20 -08:00
..
clients pps: convert printk/pr_* to dev_* 2011-01-13 08:03:19 -08:00
kapi.c pps: use BUG_ON for kernel API safety checks 2011-01-13 08:03:20 -08:00
Kconfig pps: LinuxPPS clients support 2010-03-12 15:52:43 -08:00
Makefile pps: LinuxPPS clients support 2010-03-12 15:52:43 -08:00
pps.c pps: make idr lock a mutex and protect idr_pre_get 2011-01-13 08:03:20 -08:00
sysfs.c