From: Mike Isely Date: Mon, 26 May 2008 09:00:47 +0000 (-0300) Subject: V4L/DVB (7939): pvrusb2: Remove sysfs interface hackery X-Git-Tag: v2.6.27-rc1~966^2~259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f90fe7a3f7fcba0abd89ce0978628ef1d86ecbf9;p=pandora-kernel.git V4L/DVB (7939): pvrusb2: Remove sysfs interface hackery Back in the early days of the pvrusb2 driver, the kernel class mechanism in use for the sysfs interface had no means to pass per-attribute information to the show / store functions. This forced me to implement a horrible ugly thunking mechanism (i.e. infer the missing data through the use of dedicated cookie cutter bounce functions). However now we're using a better mechanism which also passes enough additional information to the show / store functions that we no longer need the hack. So eliminate all the crap. Yay! Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed