aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2006-10-01 12:16:00 -0400
committerDavid Woodhouse <[email protected]>2006-10-01 17:57:26 +0100
commit9a292308255ad381dd74541be468c4aec240a615 (patch)
tree95f9fde2c45c83cdcf7ea69bd9b207e8a4417dcb /include/linux/debugobjects.h
parent8a84fc15ae5cafcc366dd85cf8e1ab2040679abc (diff)
[MTD] fix printk warning
gcc spits out this warning: drivers/mtd/mtd_blkdevs.c: In function ‘do_blktrans_request’: drivers/mtd/mtd_blkdevs.c:72: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘unsigned int’ This could be fixed any number of ways, including use of BUG(). rq_data_dir() only returns 0 or 1, so this entire case is superfluous. I did the most simple fix. Signed-off-by: Jeff Garzik <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions