]> git.baikalelectronics.ru Git - kernel.git/commit
bcma: delete duplicate readl
authorNathan Hintz <nlhintz@hotmail.com>
Sat, 12 Jan 2013 10:46:13 +0000 (02:46 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jan 2013 20:10:40 +0000 (15:10 -0500)
commitce6e2430c4a196a4017852d9cce985e26611ca04
treed3aa6d6968627d376b3e42a3e5616adbc371446c
parenta4c7bb554471172c83df7fa99ad588794c463d26
bcma: delete duplicate readl

The 'val' has already been read by the prior call to 'mips_busprobe32';
this 'readl' is unnecessary.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/driver_pci_host.c