Skip to content

Commit

Permalink
drivers/meson/i2c: remove redundant volatile
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Jan 9, 2025
1 parent 1e0de13 commit 58588df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/meson/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ uintptr_t clk_regs;
uintptr_t i2c_regs;

// Driver state for each interface
volatile i2c_ifState_t i2c_ifState;
static i2c_ifState_t i2c_ifState;

i2c_queue_handle_t queue_handle;

Expand Down

0 comments on commit 58588df

Please sign in to comment.