forked from nemomobile/kernel-adaptation-n950-n9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix for "gpmc: irq-20 could not claim: err -22" error while booting
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14cbae6There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This patch is missing your Signed-of-by line, please add it. Also please also change the patch subject to have subsystem prefix, like this
"omap: Fix for "gpmc: irq-20 could not claim: err -22" error while booting"
Also any good kernel commit should have the bug or problem first described, and then a description of what was done to fix that, so that its easy for reviewers to understand both the problem, and the fix, and to check the patch against the description.