mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
staging: rts5208: remove unnecessary ftrace-like logging
Removed unnecessary ftrace-like logging by simply deleting that statement as we have other modes of logging like ftrace. Reported by checkpatch. Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com> Link: https://lore.kernel.org/r/YHMy457UGosfeaC0@kali Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5a04ad1d1d
commit
8333e5a958
@@ -1628,7 +1628,6 @@ static int xd_finish_write(struct rtsx_chip *chip,
|
||||
int retval, zone_no;
|
||||
u16 log_off;
|
||||
|
||||
dev_dbg(rtsx_dev(chip), "%s ", __func__);
|
||||
dev_dbg(rtsx_dev(chip), "old_blk = 0x%x, ", old_blk);
|
||||
dev_dbg(rtsx_dev(chip), "new_blk = 0x%x, ", new_blk);
|
||||
dev_dbg(rtsx_dev(chip), "log_blk = 0x%x\n", log_blk);
|
||||
@@ -1806,7 +1805,6 @@ int xd_delay_write(struct rtsx_chip *chip)
|
||||
int retval;
|
||||
|
||||
if (delay_write->delay_write_flag) {
|
||||
dev_dbg(rtsx_dev(chip), "%s\n", __func__);
|
||||
retval = xd_switch_clock(chip);
|
||||
if (retval != STATUS_SUCCESS)
|
||||
return STATUS_FAIL;
|
||||
|
||||
Reference in New Issue
Block a user