From: Antti Palosaari Date: Tue, 25 Nov 2014 20:31:43 +0000 (-0300) Subject: [media] si2168: carry pointer to client instead of state X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~131^2~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6307b560800fd92b915a851186653317460039ad;p=pandora-kernel.git [media] si2168: carry pointer to client instead of state Carry struct i2c_client pointer inside struct dvb_frontend private pointer. This driver is I2C driver, which is represented as a struct i2c_client, so better to carry this top level structure for each routine in order to unify things. This allows further simplification. Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed