Re: [PATCH 0/9] staging: pi433: local and unused functions cleanup

2017-12-21 Thread GregKH
On Wed, Dec 20, 2017 at 04:12:48PM +, Marcin Ciupak wrote:
> These patches make local functions static and remove unused ones. Each
> function is removed by separate patch in order to make it easier to
> revert patch in future if the function will be needed in later version
> of the driver.
> 
> Marcin Ciupak (9):
>   staging: pi433: make local functions static
>   staging: pi433: remove unused rf69_get_payload_length function
>   staging: pi433: remove unused rf69_set_sync_tolerance function
>   staging: pi433: remove unused rf69_set_rssi_timeout function
>   staging: pi433: remove unused rf69_set_rx_start_timeout function
>   staging: pi433: remove unused rf69_reset_flag function
>   staging: pi433: remove unused rf69_set_ook_threshold_step function
>   staging: pi433: remove unused rf69_set_ook_threshold_type function
>   staging: pi433: remove unused rf69_set_dc_cut_off_frequency* functions

Not all of these would apply.  Please rebase against my staging-testing
branch and resend the remaining ones.

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH 0/9] staging: pi433: local and unused functions cleanup

2017-12-20 Thread Marcin Ciupak
These patches make local functions static and remove unused ones. Each
function is removed by separate patch in order to make it easier to
revert patch in future if the function will be needed in later version
of the driver.

Marcin Ciupak (9):
  staging: pi433: make local functions static
  staging: pi433: remove unused rf69_get_payload_length function
  staging: pi433: remove unused rf69_set_sync_tolerance function
  staging: pi433: remove unused rf69_set_rssi_timeout function
  staging: pi433: remove unused rf69_set_rx_start_timeout function
  staging: pi433: remove unused rf69_reset_flag function
  staging: pi433: remove unused rf69_set_ook_threshold_step function
  staging: pi433: remove unused rf69_set_ook_threshold_type function
  staging: pi433: remove unused rf69_set_dc_cut_off_frequency* functions

 drivers/staging/pi433/rf69.c  | 193 ++
 drivers/staging/pi433/rf69.h  |  13 ---
 drivers/staging/pi433/rf69_enum.h |  28 --
 3 files changed, 47 insertions(+), 187 deletions(-)

-- 
2.15.0

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel