Files
linux/drivers
Philipp Zabel a9c32c7aee reset: ti-syscon: fix to_ti_syscon_reset_data macro
[ Upstream commit 05cf8fffcd ]

The to_ti_syscon_reset_data macro currently only works if the
parameter passed into it is called 'rcdev'.

Fixes a checkpatch --strict issue:

  CHECK: Macro argument reuse 'rcdev' - possible side-effects?
  #53: FILE: drivers/reset/reset-ti-syscon.c:53:
  +#define to_ti_syscon_reset_data(rcdev)	\
  +	container_of(rcdev, struct ti_syscon_reset_data, rcdev)

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-07-25 14:35:10 +02:00
..
2021-07-19 08:53:15 +02:00
2021-07-14 16:53:42 +02:00
2021-07-19 08:53:15 +02:00
2021-07-14 16:53:13 +02:00
2020-12-30 11:51:26 +01:00
2021-04-07 14:47:39 +02:00