“57f3ebccaa560d1eeb40b5c719773bed5cb0df46”上不存在“arch/sh/include/asm/io.h”
-
由 Dan Carpenter 提交于
The bug is that "val" is unsigned long but we only initialize 32 bits of it. Then we test "if (val)" and that might be true not because we set the bits but because some were never initialized. Fixes: f342d940 ("PCI: exynos: Add support for MSI") Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com> Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
1b497e64