commit | 944e808ce59ea5f92126c115224dd4ec1332d6bf | [log] [tgz] |
---|---|---|
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Mon Sep 21 22:34:46 2020 +0100 |
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Wed Jan 20 12:29:42 2021 +0000 |
tree | f9aa6c266f14e86a186fec1ec5b830055799d63b | |
parent | 9ea6dccd7a9142ab43056780a2ce86e7e5259427 [diff] |
media: i2c: max9286: Use unsigned constants and BIT() Convert the bitfield definitions to use unsigned integers, and BIT() where appropriate. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> squash! media: i2c: max9286: Use unsigned constants --- v2: - Fix up single bit fields to use BIT