]> git.karo-electronics.de Git - linux-beck.git/commit
staging: vt6655: device_get_pci_info remove call to set master.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 12 Sep 2015 18:10:36 +0000 (19:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Sep 2015 15:50:45 +0000 (08:50 -0700)
commit41652a21b7c11322f4efa6daa43deb7935a052f9
tree792b6827934d5d7bb0ce762745bfa5e686e78bf2
parent2ef1571b13859ce56bf779ddaf3b7be44eacc5d7
staging: vt6655: device_get_pci_info remove call to set master.

a call to PCI_COMMAND is used to set master.

However, a call to pci_set_master earlier in function which
does the same thing.

So remove the calls and variable b.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device_main.c