Re: [U-Boot] fixup typo in omap SPI driver

2016-11-02 Thread Jagan Teki
2016-11-02 5:30 GMT+05:30 郑 祎 : > It seems that the register arrary should be indexed by cs, not by wordlen. Please send it like patch format[1] [1] http://www.denx.de/wiki/U-Boot/Patches -- Jagan Teki Free Software Engineer | www.openedev.com U-Boot, Linux | Upstream

[U-Boot] fixup typo in omap SPI driver

2016-11-02 Thread 郑 祎
It seems that the register arrary should be indexed by cs, not by wordlen. -- Brock Zheng 郑 祎 北京中科腾越科技发展有限公司 北京市海淀区东北旺西路8号中关村软件园21号楼启明星辰大厦二层六区(邮编:100094) diff --git a/drivers/spi/omap3_spi.c b/drivers/spi/omap3_spi.c index 60e9d6e..2380a0e 100644 ---