From: M. R. B. <mr...@0x...> - 2002-08-31 22:29:10
|
* Adrian McMenamin <zx8...@us...> on Sat, Aug 31, 2002: > Update of /cvsroot/linuxdc/linux-sh-dc/drivers/mtd/maps > In directory usw-pr-cvs1:/tmp/cvs-serv23778/drivers/mtd/maps >=20 > Modified Files: > vmu-flash.c=20 > Log Message: > VMU reads now verified as working >=20 You may want to consider wrapping all those printk's in a CONFIG_VMU_DEBUG or some other kind of option. Unecessary printk's (esp. just status ones) are hazardous to your health. printk() is an expensive operation, esp. in low-level drivers (ask Paul what he'd like to do to those who put printk's in net driver interrupt handlers :P). M. R. |