From: Daniel Baluta Date: Mon, 7 Jul 2014 14:12:00 +0000 (+0100) Subject: staging: iio: remove duplicate case labels X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~779^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f681fab6a1e8e9d354bba692ba17cdcaa1fb1e;p=pandora-kernel.git staging: iio: remove duplicate case labels Otherwise, compiling iio_event_monitor program fails: io_event_monitor.c: In function ‘event_is_known’: iio_event_monitor.c:125:2: error: duplicate case value case IIO_MOD_LIGHT_BOTH: ^ iio_event_monitor.c:121:2: error: previously used here case IIO_MOD_LIGHT_BOTH: Fixes: da4db94 (iio staging: add recently added modifiers to iio_event_monitor) Signed-off-by: Daniel Baluta Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed