Re: [PATCH] scsi: libcxgbi: remove unused function to stop warning

2019-09-30 Thread Martin K. Petersen
Austin, > Since 'commit fc8d0590d914 ("libcxgbi: Add ipv6 api to driver")' was > introduced, there is no call to csk_print_port() > and csk_print_ip() is made. Applied to 5.5/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH] scsi: libcxgbi: remove unused function to stop warning

2019-09-24 Thread Austin Kim
Since 'commit fc8d0590d914 ("libcxgbi: Add ipv6 api to driver")' was introduced, there is no call to csk_print_port() and csk_print_ip() is made. Hence kernel build with clang complains below message: drivers/scsi/cxgbi/libcxgbi.c:2287:19: warning: unused function 'csk_print_port' [-Wunused-