]> Pileus Git - ~andy/linux/commit
Staging: vme: Use A24 when requesting slave resource
authorArthur Benilov <arthur.benilov@iba-group.com>
Tue, 16 Feb 2010 14:40:58 +0000 (15:40 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:43:02 +0000 (16:43 -0800)
commit5188d74cc4597a63a0907b8996ca0a2d36f1b970
treec3ad5457be4e6a2c9d92c15a5a85300f9f916639
parent877de4b4866f1cc0a25a4d67d3927304556f5d1f
Staging: vme: Use A24 when requesting slave resource

When requesting slave resources A16 addressing mode flag is used to find
available windows. Since the ca91cx42 bridge only supports two A16 slave windows
but four are requested, the driver fails to initialize. The flag has been
changed to A24, which is supported by all slave windows.

Signed-off-by: Arthur Benilov <arthur.benilov@iba-group.com>
Signed-off-by: Vincent Bossier <vincent.bossier@iba-group.com>
Acked-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vme/devices/vme_user.c