@@ -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) {
return STATUS_FAIL; }rtsx_trace(chip);
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