mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 22:34:21 +08:00
mei: mei_cl_link remove duplicated check for open_handle_count
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f931f4f3f0
commit
df667a1a2c
@ -299,12 +299,6 @@ int mei_cl_link(struct mei_cl *cl, int id)
|
||||
return -EMFILE;
|
||||
}
|
||||
|
||||
if (dev->open_handle_count >= MEI_MAX_OPEN_HANDLE_COUNT) {
|
||||
dev_err(&dev->pdev->dev, "open_handle_count exceded %d",
|
||||
MEI_MAX_OPEN_HANDLE_COUNT);
|
||||
return -ENOENT;
|
||||
}
|
||||
|
||||
dev->open_handle_count++;
|
||||
|
||||
cl->host_client_id = id;
|
||||
|
Loading…
Reference in New Issue
Block a user