summaryrefslogtreecommitdiff
path: root/proto_vlan.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-09-07 18:17:16 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-09-07 18:18:53 +0200
commit186b116bec11cb941ed91547c9f612b96c96341b (patch)
treee1c836620c714bcdca219e2ba1eb022217305386 /proto_vlan.h
parent047d69c4eb2cefe9bab654fb570592d3863da792 (diff)
curvetun: Don't attempt to close negative file descriptor
Complete fix for Coverity issue CID 991822, commit 047d69c4e ("curvetun: Fix issues detected by the Coverity scanner") only fixed one instance of this issue. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_vlan.h')
0 files changed, 0 insertions, 0 deletions
mmc: sdhci: Ignore unexpected CARD_INT interrupts
One of our kernelCI boxes hanged at boot because a faulty eSDHC device was triggering spurious CARD_INT interrupts for SD cards, causing CMD52 reads, which are not allowed for SD devices. This adds a sanity check to the interruption path, preventing that illegal command from getting sent if the CARD_INT interruption should be disabled. This quirk allows that particular machine to resume boot despite the faulty hardware, instead of getting hung dealing with thousands of mishandled interrupts. Suggested-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Cc: <stable@vger.kernel.org>
Diffstat (limited to 'drivers/usb/gadget/function')