From: H Hartley Sweeten Date: Mon, 3 Mar 2014 23:47:37 +0000 (-0700) Subject: staging: comedi: ke_counter: tidy up the subdevice init X-Git-Tag: v3.15-rc1~139^2~739 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d9dcd0a42a4978e203974fc7b0bf307c05b8a7;p=pandora-kernel.git staging: comedi: ke_counter: tidy up the subdevice init For aesthetics, add some whitespace to the subdevice init. This driver does not support async commands so remove the dev->read_subdev initialization. Remove the commented out SDF_COMMON from the subdevice subev_flags. Add the subdevice range_table initialization. For aesthetics, rename the (*insn_{read,write}) functions so they have namespace associated with the driver. Remove the unnecessary comments about the (*insn_{read,write}) functions. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed