Messages in this thread |  | | Date | Tue, 2 Oct 2018 15:30:21 -0700 | From | Greg KH <> | Subject | Re: [PATCH 01/15] platform: goldfish: pipe: Remove the goldfish_interrupt_tasklet global variable |
| |
On Tue, Oct 02, 2018 at 03:18:49PM -0700, rkir@google.com wrote: > From: Roman Kiryanov <rkir@google.com> > > This is a series of patches to remove mutable global variables > to introduce another version of the pipe driver for the older > host interface. I don't want to have two driver states where only > one is used.
I don't see a "global" variable here, what are you referring to.
This one:
> -static DECLARE_TASKLET(goldfish_interrupt_tasklet, goldfish_interrupt_task, 0);
?
That looks static to this file to me.
what am I missing here?
greg k-h
|  |