New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: kscan: fix syscall handlers #23748
Conversation
No check of the driver object was being performed for two APIs. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
|
For these backports, can we please put a reference in the description of which PR is being backported. |
I've put in my others pr, as this one is a single patch from a PR I didn't reference to avoid confusion, but I can put this info next time + a comments explaining the case. |
|
@ceolin this PR targets master. Is that intended? |
|
@ceolin , I'm my zeal to merge all the backport v2.1 I accidentally merged this one. Fortunately it appears that this didn't change anything in master because master already had this change. But it does bring up that we likely need this change done on v2.1-branch |
I just thought I had fixed it, sorry ! I'll just open a proper pr. |
No check of the driver object was being performed for two
APIs.
Signed-off-by: Andrew Boie andrew.p.boie@intel.com
Signed-off-by: Flavio Ceolin flavio.ceolin@intel.com