Re: [PATCH] net: ethernet: intel: i40e: i40e_fcoe.c: Remove unused function
From: Jeff Kirsher <hidden>
Date: 2014-12-31 23:15:38
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Jeff Kirsher <hidden>
Date: 2014-12-31 23:15:38
Also in:
lkml
On Wed, 2014-12-31 at 17:48 +0100, Rickard Strandqvist wrote:
Remove the function i40e_rx_is_fip() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist [off-list ref] --- drivers/net/ethernet/intel/i40e/i40e_fcoe.c | 9 --------- 1 file changed, 9 deletions(-)
Thanks Rickard! I thought I had some patches in my queue that started to make use of that function, but come to find out, I don't... :-) I will add your patch to my queue, thanks!