Re: [PATCH v3] video: fbdev: vesafb: add missed release_region

2020-03-25 Thread Chuhong Yuan
On Fri, Mar 20, 2020 at 8:01 PM Bartlomiej Zolnierkiewicz wrote: > > > On 3/10/20 3:35 AM, Chuhong Yuan wrote: > > The driver forgets to free the I/O region in remove and probe > > failure. > > Add the missed calls to fix it. > > > > Signed-off-by: Chuhong Yuan > > --- > > Changes in v3: > > -

Re: [PATCH v3] video: fbdev: vesafb: add missed release_region

2020-03-24 Thread Bartlomiej Zolnierkiewicz
On 3/24/20 2:35 PM, Chuhong Yuan wrote: > On Fri, Mar 20, 2020 at 8:01 PM Bartlomiej Zolnierkiewicz > wrote: >> >> >> On 3/10/20 3:35 AM, Chuhong Yuan wrote: >>> The driver forgets to free the I/O region in remove and probe >>> failure. >>> Add the missed calls to fix it. >>> >>> Signed-off-by:

Re: [PATCH v3] video: fbdev: vesafb: add missed release_region

2020-03-20 Thread Bartlomiej Zolnierkiewicz
On 3/10/20 3:35 AM, Chuhong Yuan wrote: > The driver forgets to free the I/O region in remove and probe > failure. > Add the missed calls to fix it. > > Signed-off-by: Chuhong Yuan > --- > Changes in v3: > - Revise the commit message. > - Add an error handler to suit the "goto error"

[PATCH v3] video: fbdev: vesafb: add missed release_region

2020-03-10 Thread Chuhong Yuan
The driver forgets to free the I/O region in remove and probe failure. Add the missed calls to fix it. Signed-off-by: Chuhong Yuan --- Changes in v3: - Revise the commit message. - Add an error handler to suit the "goto error" before request_region(). - Revise the order of operations in