]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mcb: Delete num_cells variable which is not required
authorAndreas Werner <andreas.werner@men.de>
Tue, 3 May 2016 10:42:02 +0000 (12:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 May 2016 22:52:28 +0000 (15:52 -0700)
commit8cd1f9d01cbf4f46eace90d9792e65a209c37d31
treec272451721fc5ca78663dbf2475f9986206ac60a
parentf75564d343010b025301d9548f2304f48eb25f01
mcb: Delete num_cells variable which is not required

The num_cells variable is only used in the dev_dbg print,
but we can directly use the ret variable which also includes the same
value.

Signed-off-by: Andreas Werner <andreas.werner@men.de>
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mcb/mcb-pci.c