staging: r8188eu: remove padapter from struct led_priv
authorMartin Kaiser <martin@kaiser.cx>
Sat, 15 Oct 2022 15:11:13 +0000 (17:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Oct 2022 15:41:42 +0000 (17:41 +0200)
commit1188cfa646ba2a7c295fe0cfac24529aec28ff2f
tree634124c9f664a6884189ae615e80d4d0f702cd3a
parent5ecf2bb6b1f9659e79e99465c327bb97234bfdaf
staging: r8188eu: remove padapter from struct led_priv

The only struct led_priv that's used in the r8188eu driver in embedded in
the driver's global struct adapter. We can use container_of to access the
"outer" structure, there's no need to store a pointer to it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/20221015151115.232095-9-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_led.c
drivers/staging/r8188eu/include/rtw_led.h