From: H Hartley Sweeten Date: Mon, 26 Jan 2015 23:17:18 +0000 (-0700) Subject: staging: comedi: das16: change type of private data 'timer_running' X-Git-Tag: fixes-v4.0-rc1~99^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29538110470aec8a9b0a378d10371821d8f6e27e;p=pandora-kernel.git staging: comedi: das16: change type of private data 'timer_running' This member of the private data is a true/false flag. For aesthetics, change the type to an unsigned int bit-field to save a bit of space. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed