Author: Lucas Tanure <tanure@linux.com> The return type “unsigned int” was used by the stm_find_master_chan function despite of the aspect that it will eventually return a negative error code. Done with the help of Coccinelle. Signed-off-by: Lucas Tanure Signed-off-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman — drivers/hwtracing/stm/core.c | 4 ++– 1 file changed, 2 insertions(+), 2 deletions(-) …