Staging: dst: Fix parentheses
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 3 Nov 2009 22:48:58 +0000 (23:48 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 20:23:18 +0000 (12:23 -0800)
commit6c8e49dd41a568a1e31e8020ba423a1ade8393b1
tree254a11c9604337a292bb35f6d5e910708e41b4a2
parenta5c330fe8b2f1e17133190e0b297a710c5a4de04
Staging: dst: Fix parentheses

`|' has a higher precedence than `?' so since MSG_WAITALL is
defined 0x100, MSG_MORE was always written to the msg_flag.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/dst/state.c