readl_infinite_loops: delete this check
commit71c7b919f6b0484040b456ace28c829b6f7c3e52
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 7 Dec 2020 11:46:16 +0000 (7 14:46 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 7 Dec 2020 11:46:16 +0000 (7 14:46 +0300)
treec82cbc585e88c6b9bdf81be831fcf5aa8da724a3
parentb750dd2d88e016f53f03aedb160ba281bd13d809
readl_infinite_loops: delete this check

The truth is that hardware which can recover from a PCI error is really
rare and generally if the hardware is that broken you should just replace
it.  It doesn't make a lot of sense to try work around it.

This check worked but the warnings weren't something that most people
thought was worth fixing.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_list.h
check_readl_infinite_loops.c [deleted file]