Skip to content

Commit d4dcb33

Browse files
committed
firewire: ohci: remove unused wrapper macro for dev_info()
The ohci_info() macro is a thin wrapper of dev_info(), while it is never used. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Sakamoto <[email protected]>
1 parent 56a4832 commit d4dcb33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/firewire/ohci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk);
5050
#define CREATE_TRACE_POINTS
5151
#include <trace/events/firewire_ohci.h>
5252

53-
#define ohci_info(ohci, f, args...) dev_info(ohci->card.device, f, ##args)
5453
#define ohci_notice(ohci, f, args...) dev_notice(ohci->card.device, f, ##args)
5554
#define ohci_err(ohci, f, args...) dev_err(ohci->card.device, f, ##args)
5655

0 commit comments

Comments
 (0)