commit | aea95548c0dedea31a9dbb78eae762b220553921 | [log] [tgz] |
---|---|---|
author | channing <chao.bi@intel.com> | Tue Jan 22 16:08:46 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 22 09:25:33 2013 -0800 |
tree | 53de0c80c814c4501fd26b89e789a3ffd37eff04 | |
parent | 666b7793d4bfa9f150b5c2007ab48c755ddc53ca [diff] |
serial:ifx6x60: Remove memset for SPI frame There is no need to memset 0 to SPI frame memory before preparing transfer frame bits, because SPI frame header are encoded with valid data size, so don't need to worry about adopting dirty bits, more, memset zero for each SPI frame may impact the spi throughput efficiency. Signed-off-by: Chen Jun <jun.d.chen@intel.com> Signed-off-by: channing <chao.bi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>