mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
media: i2c: tw9910: simplify getting the adapter of a client
We have a dedicated pointer for that, so use it. Much easier to read and less computation involved. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
e64de2082d
commit
2a50c83bbd
1 changed files with 1 additions and 2 deletions
|
@ -934,8 +934,7 @@ static int tw9910_probe(struct i2c_client *client,
|
||||||
{
|
{
|
||||||
struct tw9910_priv *priv;
|
struct tw9910_priv *priv;
|
||||||
struct tw9910_video_info *info;
|
struct tw9910_video_info *info;
|
||||||
struct i2c_adapter *adapter =
|
struct i2c_adapter *adapter = client->adapter;
|
||||||
to_i2c_adapter(client->dev.parent);
|
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (!client->dev.platform_data) {
|
if (!client->dev.platform_data) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue