diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2013-10-18 11:44:09 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-10-27 08:11:54 -0400 |
commit | 225f1eaed00255bf25351d1749bfd23e0ff4ce7c (patch) | |
tree | daa46b011144e5cc6bf655695e74d50916ad1e4e /drivers/sbus/char | |
parent | 89dafa20f3daab5b3e0c13d0068a28e8e64e2102 (diff) | |
download | talos-obmc-linux-225f1eaed00255bf25351d1749bfd23e0ff4ce7c.tar.gz talos-obmc-linux-225f1eaed00255bf25351d1749bfd23e0ff4ce7c.zip |
sata_highbank: clear whole array in highbank_initialize_phys()
The original code used the wrong parameter to clear tx_atten[]. It
passed the number of elements instead of sizeof() the array to memset.
The other potential issue was that cphy_base[] wasn't cleared. I'm not
sure if that was a real problem or not, but I have cleared it in my
patch.
Instead of using memset(), this patch uses empty initializers as a
cleanup.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/sbus/char')
0 files changed, 0 insertions, 0 deletions