Re: [PATCH] staging: convert to DEFINE_SHOW_ATTRIBUTE

From: Greg KH
Date: Wed Dec 12 2018 - 05:36:52 EST


On Sun, Dec 09, 2018 at 11:27:42AM -0500, Yangtao Li wrote:
> Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.
>
> Signed-off-by: Yangtao Li <tiny.windzz@xxxxxxxxx>
> ---
> drivers/staging/fwserial/fwserial.c | 32 +++----------------
> drivers/staging/greybus/loopback.c | 16 ++--------
> drivers/staging/rtlwifi/debug.c | 23 ++++---------
> .../staging/unisys/visorhba/visorhba_main.c | 14 +-------
> .../interface/vchiq_arm/vchiq_debugfs.c | 14 +-------
> 5 files changed, 14 insertions(+), 85 deletions(-)


Please break this up into one-patch-per-driver, so that the correct
people can properly review it, and you don't send patches out to people
who have no interested in other drivers.

thanks,

greg k-h