db/fixup_kernel.sh: ignore a lot of PCI errors
commitb0ac1f912c134c4dbfeeb76a9b79c29433318ade
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 15 Mar 2016 08:03:45 +0000 (15 11:03 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 15 Mar 2016 08:03:45 +0000 (15 11:03 +0300)
treecf79f335228ed0c7ac5c4904812f1b43f9f01284
parentcae47da7c933ef6c6598c661d40529c1d01ffef6
db/fixup_kernel.sh: ignore a lot of PCI errors

A lot of drivers assume, and they are probably correct, that if your PCI
bus stops working there is no real error handling possible.  So they
ignore errors.  This leads to a lot of warning which are "possible" but we
may as well ignore them.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/fixup_kernel.sh