Re: [PATCH] staging: rtsx: remove rtsx_trace() and related code

From: Dan Carpenter
Date: Mon Jun 18 2018 - 10:58:22 EST


> @@ -117,7 +112,6 @@ static int ms_transfer_data(struct rtsx_chip *chip, u8 trans_mode,
> enum dma_data_direction dir;
>
> if (!buf || !buf_len) {
> - rtsx_trace(chip);
> return STATUS_FAIL;
> }
>

You're introducing a bunch of checkpatch.pl warnings. Normally we would
ask you to not do that... I don't care too much because someone will
eventually fix it, but still...

regards,
dan carpenter