[PATCH v2 1/6] hvcs: Fix hvcs port reference counting
    Greg KH 
    gregkh at linuxfoundation.org
       
    Fri Feb  3 16:10:40 AEDT 2023
    
    
  
On Thu, Feb 02, 2023 at 04:27:59PM -0600, Brian King wrote:
> The hvcs driver only ever gets two references to the port. One
> at initialization time, and one at install time. Remove the code
> that was trying to do multiple port puts for each open, which
> would result in more puts than gets.
> 
> Signed-off-by: Brian King <brking at linux.vnet.ibm.com>
> ---
>  drivers/tty/hvc/hvcs.c | 18 ------------------
>  1 file changed, 18 deletions(-)
I already took this patch (you got an email about it), no need to send
it again.
thanks,
greg k-h
    
    
More information about the Linuxppc-dev
mailing list