Revision 7e3fd813717693597daaa95dee875f4cb2d911ef authored by Lv Zheng on 05 July 2016, 11:18:07 UTC, committed by Rafael J. Wysocki on 05 July 2016, 21:02:34 UTC
The FIFO unlocking mechanism in acpi_dbg has been broken by the
following commit:

  Commit: 287980e49ffc0f6d911601e7e352a812ed27768e
  Subject: remove lots of IS_ERR_VALUE abuses

It converted !IS_ERR_VALUE(ret) into !ret which was not entirely
correct. Fix the regression by taking ret > 0 into account too as
appropriate.

Fixes: 287980e49ffc (remove lots of IS_ERR_VALUE abuses)
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
[ rjw: Simplifications, changelog & subject massage ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent a99cde4
History
File Mode Size
amcc
caam
ccp
marvell
nx
qat
qce
rockchip
sunxi-ss
ux500
vmx
Kconfig -rw-r--r-- 15.8 KB
Makefile -rw-r--r-- 1.5 KB
atmel-aes-regs.h -rw-r--r-- 2.3 KB
atmel-aes.c -rw-r--r-- 51.1 KB
atmel-sha-regs.h -rw-r--r-- 1.5 KB
atmel-sha.c -rw-r--r-- 38.2 KB
atmel-tdes-regs.h -rw-r--r-- 2.6 KB
atmel-tdes.c -rw-r--r-- 37.7 KB
bfin_crc.c -rw-r--r-- 18.6 KB
bfin_crc.h -rw-r--r-- 3.8 KB
geode-aes.c -rw-r--r-- 13.5 KB
geode-aes.h -rw-r--r-- 1.5 KB
hifn_795x.c -rw-r--r-- 74.9 KB
img-hash.c -rw-r--r-- 24.9 KB
ixp4xx_crypto.c -rw-r--r-- 36.4 KB
mv_cesa.c -rw-r--r-- 29.4 KB
mv_cesa.h -rw-r--r-- 3.9 KB
mxc-scc.c -rw-r--r-- 19.0 KB
mxs-dcp.c -rw-r--r-- 26.5 KB
n2_asm.S -rw-r--r-- 1.7 KB
n2_core.c -rw-r--r-- 51.5 KB
n2_core.h -rw-r--r-- 6.1 KB
omap-aes.c -rw-r--r-- 29.7 KB
omap-des.c -rw-r--r-- 27.5 KB
omap-sham.c -rw-r--r-- 50.5 KB
padlock-aes.c -rw-r--r-- 15.0 KB
padlock-sha.c -rw-r--r-- 15.9 KB
picoxcell_crypto.c -rw-r--r-- 51.0 KB
picoxcell_crypto_regs.h -rw-r--r-- 5.1 KB
s5p-sss.c -rw-r--r-- 21.9 KB
sahara.c -rw-r--r-- 40.7 KB
talitos.c -rw-r--r-- 90.1 KB
talitos.h -rw-r--r-- 15.3 KB

back to top