[dpdk-dev] [PATCH v3] power: fix to remove unused variable

Hunt, David david.hunt at intel.com
Fri Feb 15 12:41:06 CET 2019


On 15/2/2019 10:28 AM, Pallantla Poornima wrote:
> Variable pfi_str is removed since it is unused.
>
> Fixes: 450f0791312c ("power: add traffic pattern aware power control")
> Cc: stable at dpdk.org
>
> Signed-off-by: Pallantla Poornima <pallantlax.poornima at intel.com>
> Reviewed-by: Rami Rosen <ramirose at gmail.com>
> ---
> v3: Updated fixes line.
> v2: Removed unused variable as suggested.
> ---
>   lib/librte_power/rte_power_empty_poll.c | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/lib/librte_power/rte_power_empty_poll.c b/lib/librte_power/rte_power_empty_poll.c
> index e6145462f..15d4f0509 100644
> --- a/lib/librte_power/rte_power_empty_poll.c
> +++ b/lib/librte_power/rte_power_empty_poll.c
> @@ -156,11 +156,8 @@ update_training_stats(struct priority_worker *poll_stats,
>   {
>   	RTE_SET_USED(specific_freq);
>   
> -	char pfi_str[32];
>   	uint64_t p0_empty_deq;
>   
> -	sprintf(pfi_str, "%02d", freq);
> -
>   	if (poll_stats->cur_freq == freq &&
>   			poll_stats->thresh[freq].trained == false) {
>   		if (poll_stats->thresh[freq].cur_train_iter == 0) {


Acked-by: David Hunt <david.hunt at intel.com>





More information about the dev mailing list