From: H Hartley Sweeten Date: Fri, 31 Oct 2014 19:04:28 +0000 (-0700) Subject: staging: comedi: remove use of 'bytes_per_sample()' X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~459 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c39e050d21d107d26183be0f22b89eccccdbe61c;p=pandora-kernel.git staging: comedi: remove use of 'bytes_per_sample()' This inline helper function has been replaced with comedi_bytes_per_sample(). The same commit (bf33eb4b4f57) introduced a couple other related helper functions a manipulate the sample size. Use the new helper functions to remove the use of 'bytes_per_sample()' and remove it. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed