diff options
author | Steve Longerbeam <[email protected]> | 2019-01-11 14:17:03 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2019-01-21 15:44:23 -0200 |
commit | fb517583b3fe0bb6e64b8a861bfae5dc39f1cedb (patch) | |
tree | 2d055f4e12b80e50c611b7d0c06804ec4db4c6b7 /drivers/media/platform/vimc | |
parent | cf20ae1535eb690a87c29b9cc7af51881384e967 (diff) |
media: i2c: adv748x: Use devm to allocate the device struct
Switch to devm_kzalloc() when allocating the adv748x device struct.
The sizeof() is updated to determine the correct allocation size from
the dereferenced pointer type rather than hardcoding the struct type.
[Kieran: Change sizeof() to dereference the pointer type]
Signed-off-by: Steve Longerbeam <[email protected]>
Signed-off-by: Kieran Bingham <[email protected]>
Reviewed-by: Niklas Söderlund <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/platform/vimc')
0 files changed, 0 insertions, 0 deletions