summaryrefslogtreecommitdiff
path: root/kernel/audit_watch.c
diff options
context:
space:
mode:
authorXi Wang <xi.wang@gmail.com>2012-01-09 21:58:25 (GMT)
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-03-26 23:11:07 (GMT)
commit2ff5e1532dd37e1bd8ac72da3f7f0e2b310102fb (patch)
treeaace7e962810765fb37de2dc29c8b0cf77f3fbce /kernel/audit_watch.c
parent30ec5a2cb17d78482de0cf9e38721410d48c086d (diff)
downloadlinux-fsl-qoriq-2ff5e1532dd37e1bd8ac72da3f7f0e2b310102fb.tar.xz
mtd: pmc551: fix signedness bug in init_pmc551()
Since "length" is a u32, the error handling below didn't work when fixup_pmc551() returns -ENODEV. if ((length = fixup_pmc551(PCI_Device)) <= 0) This patch changes both the type of "length" and the return type of fixup_pmc551() to int. Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'kernel/audit_watch.c')
0 files changed, 0 insertions, 0 deletions