Hi Michael,

Could you apply this patch to 2011R1 branch as well?


Thanks

Sonic

________________________________
From: [email protected] 
[mailto:[email protected]] On Behalf Of Michael 
Hennerich
Sent: Thursday, October 20, 2011 7:18 PM
To: [email protected]
Subject: [Linux-kernel-commits] net: adf702x: Fix missing bits_per_word with 
SPI setup


commit: 
http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=7cd640eff449a550c823b60d418e927402c3a4aa
branch: 
http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk

Signed-off-by: Michael Hennerich <[email protected]>
---
 drivers/net/adf702x.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/net/adf702x.c b/drivers/net/adf702x.c
index 67e02c4..1c07363 100644
--- a/drivers/net/adf702x.c
+++ b/drivers/net/adf702x.c
@@ -681,6 +681,9 @@ static int __devinit adf702x_probe(struct spi_device *spi)

        gpio_direction_input(lp->gpio_int_rfs);

+       spi->bits_per_word = 16;
+       spi_setup(spi);
+
        err = adf702x_init(lp->spi);
        if (err)
                goto out9;

_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to