Re: [PATCH] mmc: add TS7800 FPGA based MMC controller driver

From: Arnd Bergmann
Date: Thu Oct 20 2022 - 10:45:13 EST


On Thu, Oct 20, 2022, at 16:42, firas ashkar wrote:
>>
>> > +
>> > +#define DRIVER_NAME "ts7800v1_sdmmc"
>>
>> Maybe drop this macro and just use the string directly.
> This define macro used in multiple locations

Yes, exactly that is the problem. Other drivers use the
same macro name, so it's very hard to grep for the actual
string.

Arnd