[PATCH] scsi: gdth_proc.c: Remove unused function

2014-12-20 Thread Rickard Strandqvist
Remove the function gdth_ioctl_check_bin() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/scsi/gdth_proc.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/drive

Re: [PATCH] scsi: arm: cumana_1.c: Remove unused function

2014-12-20 Thread Russell King - ARM Linux
On Sat, Dec 20, 2014 at 09:35:53AM -0800, James Bottomley wrote: > On Sat, 2014-12-20 at 16:58 +, Russell King - ARM Linux wrote: > > On Sat, Dec 20, 2014 at 08:50:45AM -0800, Jeremiah Mahler wrote: > > > On Sat, Dec 20, 2014 at 05:36:15PM +0100, Rickard Strandqvist wrote: > > > > Remove the fu

Re: [PATCH] scsi: arm: cumana_1.c: Remove unused function

2014-12-20 Thread James Bottomley
On Sat, 2014-12-20 at 16:58 +, Russell King - ARM Linux wrote: > On Sat, Dec 20, 2014 at 08:50:45AM -0800, Jeremiah Mahler wrote: > > On Sat, Dec 20, 2014 at 05:36:15PM +0100, Rickard Strandqvist wrote: > > > Remove the function cumanascsi_setup() that is not used anywhere. > > > > > > This wa

Re: [PATCH] scsi: arm: cumana_1.c: Remove unused function

2014-12-20 Thread Russell King - ARM Linux
On Sat, Dec 20, 2014 at 08:50:45AM -0800, Jeremiah Mahler wrote: > On Sat, Dec 20, 2014 at 05:36:15PM +0100, Rickard Strandqvist wrote: > > Remove the function cumanascsi_setup() that is not used anywhere. > > > > This was partially found by using a static code analysis program called > > cppchec

Re: [PATCH] scsi: arm: cumana_1.c: Remove unused function

2014-12-20 Thread Rickard Strandqvist
2014-12-20 17:50 GMT+01:00 Jeremiah Mahler : > On Sat, Dec 20, 2014 at 05:36:15PM +0100, Rickard Strandqvist wrote: >> Remove the function cumanascsi_setup() that is not used anywhere. >> >> This was partially found by using a static code analysis program called >> cppcheck. >> >> Signed-off-by: R

Re: [PATCH] scsi: arm: cumana_1.c: Remove unused function

2014-12-20 Thread Jeremiah Mahler
On Sat, Dec 20, 2014 at 05:36:15PM +0100, Rickard Strandqvist wrote: > Remove the function cumanascsi_setup() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist > --- > drivers/scsi/arm/cuman

[GIT PULL] Final round of SCSI updates for the 3.18+ merge window

2014-12-20 Thread James Bottomley
This is a much shorter set of patches that were on the go but didn't make it in to the early pull request for the merge window. It's really a set of bug fixes plus some final cleanup work on the new tag queue API. The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sc

[PATCH] scsi: arm: cumana_1.c: Remove unused function

2014-12-20 Thread Rickard Strandqvist
Remove the function cumanascsi_setup() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/scsi/arm/cumana_1.c |4 1 file changed, 4 deletions(-) diff --git a/drivers/scsi/arm/cuma