commit | 90e7f0787896087f45edda9ec7c783772e066e87 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Mon Apr 04 10:53:31 2016 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 20:48:21 2016 -0400 |
tree | 6b6e55b868afbbfec2026ac254ca11aff41cf14b | |
parent | d3ad5e55ff1822abeb01f22ed2e35a293c35a83d [diff] |
board: ti: am57xx: Prevent init_sata() from being called twice init_sata() is done as part of scsi_init() in arch/arm/cpu/armv7/omap-common/sata.c so no need to duplicate it here. This seems to fix SATA problems in the kernel when CONFIG_TI_PIPE3 is configured as loadable module. Cc: Cooper Jr., Franklin <fcooper@ti.com> Cc: Nishanth Menon <nm@ti.com> Signed-off-by: Roger Quadros <rogerq@ti.com>