]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vme: tsi148: Window reserved for accessing CR/CSR does not need attributes set
authorMartyn Welch <martyn.welch@ge.com>
Mon, 17 Jun 2013 16:16:17 +0000 (17:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 23:43:08 +0000 (16:43 -0700)
commitc36c5736be5cc638db7659093bf8c2c7f48c5000
tree692423abe0aad36b3b2451bcaa0ca89fbaea29ce
parent2981795cc0c02d12d0e231bfe22480564b937cd5
vme: tsi148: Window reserved for accessing CR/CSR does not need attributes set

The tsi148 driver can be configured to reserve a window for internal
use (as part of the error checking routine). The intialisation of this
window currently configures a set of attributes that are never used
as these are only ever used by the VME core and this window is not
advertised to the core.

Remove configuration of these attributes.

Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/vme/bridges/vme_tsi148.c