]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
bus: ti-sysc: Remove excess struct member 'disable_on_idle' description
authorDhruva Gole <d-gole@ti.com>
Mon, 5 Aug 2024 10:11:18 +0000 (15:41 +0530)
committerKevin Hilman <khilman@baylibre.com>
Mon, 5 Aug 2024 17:38:10 +0000 (10:38 -0700)
commita80a3d92dc600fed760edb8a633ea80712faaf98
treeb77c6adceaa129132f47afa1241be0cfa0c03dff
parent0070dc29c85f0859a6071844b88fca6bce2974e4
bus: ti-sysc: Remove excess struct member 'disable_on_idle' description

When built with W=1, the driver throws the following warning:

../drivers/bus/ti-sysc.c:169: warning: Excess struct member
'disable_on_idle' description in 'sysc'

Fix it by removing the excess description.

Signed-off-by: Dhruva Gole <d-gole@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20240805101118.427133-1-d-gole@ti.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
drivers/bus/ti-sysc.c