serial: ifx6x60: changed internal bpw from boolean to int
authorRuss Gorby <russ.gorby@intel.com>
Mon, 7 Feb 2011 20:02:29 +0000 (12:02 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 19:16:14 +0000 (11:16 -0800)
commitf089140ea760b42542389c96f9a54d3076696b2c
tree10f96e044b68c9d8108534de6cec42ea7bc68c35
parent5fc324952049b2e6d16a54ef89afee25611ca476
serial: ifx6x60: changed internal bpw from boolean to int

driver should support 32bit SPI transfers. The boolean variable
only allowed 8/16.

Changed to support 8/16/32 for future enabling
of 32 bpw.

Signed-off-by: Russ Gorby <russ.gorby@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/ifx6x60.c