From: Dominik Brodowski Date: Sun, 2 Jan 2022 17:39:12 +0000 (+0100) Subject: pcmcia: comment out unused exca_readw() function X-Git-Tag: block-5.17-2022-01-21~62^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=468c14d82c931073b759e03e421788f5dbb9ad45;p=linux-block.git pcmcia: comment out unused exca_readw() function The exca_readw() function is currently unused; therefore, comment it out. Reported-by: kernel test robot Signed-off-by: Dominik Brodowski --- diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c index e472da29d401..e7ec3ea23db9 100644 --- a/drivers/pcmcia/yenta_socket.c +++ b/drivers/pcmcia/yenta_socket.c @@ -144,6 +144,7 @@ static inline u8 exca_readb(struct yenta_socket *socket, unsigned reg) return val; } +/* static inline u8 exca_readw(struct yenta_socket *socket, unsigned reg) { u16 val; @@ -152,6 +153,7 @@ static inline u8 exca_readw(struct yenta_socket *socket, unsigned reg) debug("%04x %04x\n", socket, reg, val); return val; } +*/ static inline void exca_writeb(struct yenta_socket *socket, unsigned reg, u8 val) {