libata: make it clear that sata_inic162x is experimental
authorTejun Heo <tj@kernel.org>
Mon, 22 Jul 2013 20:53:36 +0000 (16:53 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Aug 2013 08:50:55 +0000 (16:50 +0800)
commit2794edb180b726d9d8aedcc6c7034e2d877489fc
tree4540547ce1b486bc716a3cae02c65f03d3eabad2
parentb1cd27dc900443c2f40abe30d7c97c153b5e3e7d
libata: make it clear that sata_inic162x is experimental

commit bb9696192826a7d9279caf872e95b41bc26c7eff upstream.

sata_inic162x never reached a state where it's reliable enough for
production use and data corruption is a relatively common occurrence.
Make the driver generate warning about the issues and mark the Kconfig
option as experimental.

If the situation doesn't improve, we'd be better off making it depend
on CONFIG_BROKEN.  Let's wait for several cycles and see if the kernel
message draws any attention.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Martin Braure de Calignon <braurede@free.fr>
Reported-by: Ben Hutchings <ben@decadent.org.uk>
Reported-by: risc4all@yahoo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ata/Kconfig
drivers/ata/sata_inic162x.c