Re: [PATCH] rsxx: remove extraneous 'const' qualifier
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-03-24 12:57:32
Also in:
lkml
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-03-24 12:57:32
Also in:
lkml
On 3/23/21 3:57 PM, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de> The returned string from rsxx_card_state_to_str is 'const', but the other qualifier doesn't change anything here except causing a warning with 'clang -Wextra': drivers/block/rsxx/core.c:393:21: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] static const char * const rsxx_card_state_to_str(unsigned int state)
Applied, thanks Arnd. -- Jens Axboe