Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: intel_sst: fix signess error
str_id was unsigned, so check for (str_id <= 0) made no sense. Made it signed. Signed-off-by: Vasiliy Kulikov <segooon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information