From 49f681fab6a1e8e9d354bba692ba17cdcaa1fb1e Mon Sep 17 00:00:00 2001 From: Daniel Baluta Date: Mon, 7 Jul 2014 15:12:00 +0100 Subject: [PATCH] staging: iio: remove duplicate case labels MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed