Skip to content
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

Reduce cmd call #2112

Merged
merged 2 commits into from
Nov 3, 2023
Merged

Reduce cmd call #2112

merged 2 commits into from
Nov 3, 2023

Conversation

sc108-lee
Copy link
Contributor

No description provided.

Signed-off-by: Steven Seungcheol Lee <[email protected]>
The implicit type conversion will expand both operands to the type
int and not unsigned long long as the result expects. Promote
the first operand to the target type. Obviously the multiplication
can still overflow, but this is a different problem.

Signed-off-by: Steven Seungcheol Lee <[email protected]>
[dwagner: added commit message]
Signed-off-by: Daniel Wagner <[email protected]>
@igaw
Copy link
Collaborator

igaw commented Nov 3, 2023

Added commit message

Fixes: #2111

@igaw igaw merged commit 0243956 into linux-nvme:master Nov 3, 2023
14 checks passed
@sc108-lee sc108-lee deleted the reduce_cmd_call branch November 7, 2023 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants