projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e49bd68
)
libata: drop BPRINTK()
author
Hannes Reinecke
<hare@suse.de>
Tue, 3 Mar 2020 09:37:34 +0000
(10:37 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 12 Mar 2020 14:04:00 +0000
(08:04 -0600)
No users, drop it.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/libata.h
patch
|
blob
|
history
diff --git
a/include/linux/libata.h
b/include/linux/libata.h
index 2ca9b7056a8291e8d69badd81c846e529230fc6a..710e09dae9109b08b305035b52cc415078f0bc29 100644
(file)
--- a/
include/linux/libata.h
+++ b/
include/linux/libata.h
@@
-57,8
+57,6
@@
#define VPRINTK(fmt, args...)
#endif /* ATA_DEBUG */
-#define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func__, ## args)
-
#define ata_print_version_once(dev, version) \
({ \
static bool __print_once; \