From: H Hartley Sweeten Date: Wed, 19 Sep 2012 01:50:23 +0000 (-0700) Subject: staging: comedi: daqboard2000: remove local variable in daqboard2000_attach_pci() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0352b932be274d0d67b02f93fe94e30e57265f85;p=pandora-kernel.git staging: comedi: daqboard2000: remove local variable in daqboard2000_attach_pci() The 'pci_base' variable is only used to hold the pci_resource_start() value used to ioremap the pci bars. Remove the local variable and just use pci_resource_start() directly in the ioremap. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed