mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
Merge 5.11-rc5 into tty-next
We need the fixes in here and this resolves a merge issue in drivers/tty/tty_io.c Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -508,7 +508,7 @@ static int nci_open_device(struct nci_dev *ndev)
|
||||
};
|
||||
unsigned long opt = 0;
|
||||
|
||||
if (!(ndev->nci_ver & NCI_VER_2_MASK))
|
||||
if (ndev->nci_ver & NCI_VER_2_MASK)
|
||||
opt = (unsigned long)&nci_init_v2_cmd;
|
||||
|
||||
rc = __nci_request(ndev, nci_init_req, opt,
|
||||
|
Reference in New Issue
Block a user