From: Güngör Erseymen Date: Fri, 7 Jun 2013 18:29:49 +0000 (+0300) Subject: staging: comedi: remove 'bc.subdevice < 0' check in do_bufconfig_ioctl() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f80ddfd51f802575dc8b00ca59156d8e6a3e6e;p=pandora-kernel.git staging: comedi: remove 'bc.subdevice < 0' check in do_bufconfig_ioctl() Type of variable 'bc' is struct comedi_bufconfig and 'subdevice' is defined as unsigned, so there is no need to check if it is less then zero. Signed-off-by: Güngör Erseymen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed