lkml.org 
[lkml]   [2018]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 07/10] input: touchscreen: touch_adc: add generic resistive ADC touchscreen
> > > +
> > > + input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS);
> > > + input->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
> > > +
> > > + st->input = input;
> > > + input_set_drvdata(input, st);
> > > +
> > > + ret = input_register_device(input);
> > > + if (ret) {
> > > + dev_err(dev, "failed to register input device.");
> > > + return ret;
> > > + }
> > > +
> > > + st->iio_cb = iio_channel_get_all_cb(&pdev->dev, grts_cb, st);
>
> Hmm, we don't have devm-variant for this? Then you could use
> devm_add_action_or_reset() to add cleanup action and completely remove
> grts_remove().
Not yet, but I'm not adverse to having one...

\
 
 \ /
  Last update: 2018-04-06 17:14    [W:0.252 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site