qeth: remove WARN_ON leftover
The patch "qeth: exploit asynchronous delivery of storage blocks" added a WARN_ON in qeth_schedule_recovery. A device recovery should not cause a kernel warning. This is obviously a debugging left-over that we forgot to remove. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6cc31d09be
commit
7c01a8e56b
|
@ -881,7 +881,6 @@ EXPORT_SYMBOL_GPL(qeth_do_run_thread);
|
|||
void qeth_schedule_recovery(struct qeth_card *card)
|
||||
{
|
||||
QETH_CARD_TEXT(card, 2, "startrec");
|
||||
WARN_ON(1);
|
||||
if (qeth_set_thread_start_bit(card, QETH_RECOVER_THREAD) == 0)
|
||||
schedule_work(&card->kernel_thread_starter);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue