]> git.baikalelectronics.ru Git - kernel.git/commit
MN10300: Get rid of unused variable from ASB2305 PCI code
authorDavid Howells <dhowells@redhat.com>
Wed, 12 Dec 2012 15:36:40 +0000 (15:36 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 12 Dec 2012 15:46:15 +0000 (15:46 +0000)
commit438084305ec17c94db69595261409fe26bf71c42
tree31615cbc62fe20002d3c2a76e8bfada625638aac
parente5ca83a78ee24262601e1f4856ada30dbfd6438b
MN10300: Get rid of unused variable from ASB2305 PCI code

Get rid of an unused variable in pcibios_fixup_device_resources() which leads
to the following warning:

arch/mn10300/unit-asb2305/pci.c: In function 'pcibios_fixup_device_resources':
arch/mn10300/unit-asb2305/pci.c:324:24: warning: unused variable 'region' [-Wunused-variable]

Whilst we're at it, merge the two integer variable declarations into one line.

Signed-off-by: David Howells <dhowells@redhat.com>
arch/mn10300/unit-asb2305/pci.c