From 1645b55b50f032888fef7855e80a23d78dfa067b Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Mon, 11 May 2015 10:22:45 -0700 Subject: [PATCH] staging: comedi: ni_mio_common: fix build warning The kbuild test robot detected a build warning causes by commit f878071a. >> drivers/staging/comedi/drivers/ni_mio_common.c:2274:34: warning: right-hand operand of comma expression has no effect [-Wunused-value] That line should have been terminated by ';' and the following line removed. Not sure why it even builds on my test system... Reported-by: kbuild test robot Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed