diff options
author | Tejun Heo <tj@kernel.org> | 2008-08-29 16:27:43 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-08 12:15:38 -0400 |
commit | 9c2676b61a5a4b6d99e65fb2f438fb3914302eda (patch) | |
tree | b52a7d20fbebee27edefac35ff5139c0daef0df2 /drivers/char/tb0219.c | |
parent | 2fd673ecf0378ddeeeb87b3605e50212e0c0ddc6 (diff) |
libata-sff: kill spurious WARN_ON() in ata_hsm_move()
On HSM_ST_ERR, ata_hsm_move() triggers WARN_ON() if AC_ERR_DEV or
AC_ERR_HSM is not set. PHY events may trigger HSM_ST_ERR with other
error codes and, with or without it, there just isn't much reason to
do WARN_ON() on it. Even if error code is not set there, core EH
logic won't have any problem dealing with the error condition.
OSDL bz#11065 reports this problem.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/char/tb0219.c')
0 files changed, 0 insertions, 0 deletions