n900: Fix compiler warning with logical expression
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Jul 2015 09:31:09 +0000 (11:31 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Jul 2015 09:35:54 +0000 (11:35 +0200)
commitdef77f76530c2df8436dcb2ef51b3747ff3e0233
tree18a0b87e7a2ab8dc0a6b4ac138f2877c3c8d4815
parentc3af639874f208268c00fedcdee4321b8d540bc6
n900: Fix compiler warning with logical expression

  CC       plugins/n900.o
plugins/n900.c: In function ‘mtc_reachable_cb’:
plugins/n900.c:241:28: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
  if (!g_isi_msg_error(msg) < 0)
                            ^
plugins/n900.c