libnl: fix two parentheses bugs in lib/cache_mngr.c file
authorSong.Li <Song.Li@windriver.com>
Fri, 29 Jun 2012 09:29:41 +0000 (09:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 May 2013 19:59:11 +0000 (20:59 +0100)
commite1c58db10473afda531d57f23952966f9ac32f9a
treef7838db4bbdafbe618d6abcbdad3b152dcfe2a8b
parent7c14f4e453f943be75929f1c2550199ce04ab4c7
libnl: fix two parentheses bugs in lib/cache_mngr.c file

there are two parentheses bugs in libnl /lib/cache_mngr.c file.
The parentheses doesn't make any sense,
This will cause the variable err get a bool value,
the correct value of variable err should be the return value
of the function which can be any integer value.

(From OE-Core rev: b8bf6cc43dd08fcc7394053b31f03d5312ed239c)

Signed-off-by: Song Li <Song.Li@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libnl/libnl/fix-lib-cache_mngr.c-two-parentheses-bugs.patch [new file with mode: 0644]
meta/recipes-support/libnl/libnl_3.2.22.bb