[PATCH] net/hsr: Remove unused but set variable

2016-10-18 Thread Tobias Klauser
Remove the unused but set variable master_dev in check_local_dest to fix the following GCC warning when building with 'W=1': net/hsr/hsr_forward.c: In function ‘check_local_dest’: net/hsr/hsr_forward.c:303:21: warning: variable ‘master_dev’ set but not used [-Wunused-but-set-variable] Signed

Re: [PATCH] net/hsr: Remove unused but set variable

2016-10-18 Thread David Miller
From: Tobias Klauser Date: Tue, 18 Oct 2016 09:07:29 +0200 > Remove the unused but set variable master_dev in check_local_dest to fix > the following GCC warning when building with 'W=1': > > net/hsr/hsr_forward.c: In function ‘check_local_dest’: > net/hsr/hsr_forward.c:303:21: warning: vari