Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1456321 > unrolled thread

Re: [PATCH] PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()

Started byChanwoo Choi <cw00.choi@samsung.com>
First post2016-08-04 12:40 +0200
Last post2016-08-04 12:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] PM / devfreq: event: remove duplicate  devfreq_event_get_drvdata() Chanwoo Choi <cw00.choi@samsung.com> - 2016-08-04 12:40 +0200

#1456321 — Re: [PATCH] PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()

FromChanwoo Choi <cw00.choi@samsung.com>
Date2016-08-04 12:40 +0200
SubjectRe: [PATCH] PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()
Message-ID<s2oee-7FS-29@gated-at.bofh.it>
Dear all,

Please ignore this patch. This patch fix the bug.
So, I should send it on stable@verger.kernel.org. 
But the stable mailing list is missing. So, I'll resend it.

Regards,
Chanwoo Choi

On 2016년 08월 04일 19:28, Chanwoo Choi wrote:
> From: Lin Huang <hl@rock-chips.com>
> 
> there define two devfreq_event_get_drvdata() function in devfreq-event.h
> when disable CONFIG_PM_DEVFREQ_EVENT, it will lead to build fail. So
> remove devfreq_event_get_drvdata() function.
> 
> Fixes: f262f28c1470 ("PM / devfreq: event: Add devfreq_event class")
> Signed-off-by: Lin Huang <hl@rock-chips.com>
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> ---
>  include/linux/devfreq-event.h | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/include/linux/devfreq-event.h b/include/linux/devfreq-event.h
> index 0a83a1e648b0..4db00b02ca3f 100644
> --- a/include/linux/devfreq-event.h
> +++ b/include/linux/devfreq-event.h
> @@ -148,11 +148,6 @@ static inline int devfreq_event_reset_event(struct devfreq_event_dev *edev)
>  	return -EINVAL;
>  }
>  
> -static inline void *devfreq_event_get_drvdata(struct devfreq_event_dev *edev)
> -{
> -	return ERR_PTR(-EINVAL);
> -}
> -
>  static inline struct devfreq_event_dev *devfreq_event_get_edev_by_phandle(
>  					struct device *dev, int index)
>  {
> 

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web