diff mbox series

[v1,1/3] pinctrl: cherryview: Drop stale comment

Message ID 20200727161216.67115-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1,1/3] pinctrl: cherryview: Drop stale comment | expand

Commit Message

Andy Shevchenko July 27, 2020, 4:12 p.m. UTC
There is no more .groups member in struct chv_pinctrl,
drop associated comment because it's not applicable anymore.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pinctrl/intel/pinctrl-cherryview.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Mika Westerberg Aug. 3, 2020, 10:02 a.m. UTC | #1
On Mon, Jul 27, 2020 at 07:12:14PM +0300, Andy Shevchenko wrote:
> There is no more .groups member in struct chv_pinctrl,
> drop associated comment because it's not applicable anymore.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

For this and the other patches in this series,

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Andy Shevchenko Aug. 18, 2020, 12:07 p.m. UTC | #2
On Mon, Aug 03, 2020 at 01:02:58PM +0300, Mika Westerberg wrote:
> On Mon, Jul 27, 2020 at 07:12:14PM +0300, Andy Shevchenko wrote:
> > There is no more .groups member in struct chv_pinctrl,
> > drop associated comment because it's not applicable anymore.
> > 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> For this and the other patches in this series,
> 
> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Applied to my review and testing queue, thanks!
diff mbox series

Patch

diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c b/drivers/pinctrl/intel/pinctrl-cherryview.c
index 9ef246145bde..41708f7ea65c 100644
--- a/drivers/pinctrl/intel/pinctrl-cherryview.c
+++ b/drivers/pinctrl/intel/pinctrl-cherryview.c
@@ -86,9 +86,6 @@  struct intel_pad_context {
  * @irq: Our parent irq
  * @intr_lines: Mapping between 16 HW interrupt wires and GPIO offset (in GPIO number space)
  * @saved_intmask: Interrupt mask saved for system sleep
- *
- * The first group in @groups is expected to contain all pins that can be
- * used as GPIOs.
  */
 struct chv_pinctrl {
 	struct device *dev;