From: H Hartley Sweeten Date: Thu, 5 Dec 2013 23:54:12 +0000 (-0700) Subject: staging: comedi: pcmuio: fix types of some private data variables X-Git-Tag: v3.14-rc1~150^2~508 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f81755d6f650881a7ee0ee4498d4a1a7540c49;p=pandora-kernel.git staging: comedi: pcmuio: fix types of some private data variables The 'enabled_mask' is a bit mask of the channels that are enabled for interrupt detection and should be an unsigned int. The 'stop_count' is a >= 0 value that is set by the unsigned int cmd->stop_arg. Make it an unsigned int. The 'active' and 'continuous' members are flags. Make them unsigned int bit-fields to save a bit of space. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed