Tag: f45f40ad65336699757af948b81414c5999f1d48

stm class: Use a signed return type for stm_find_master_chan

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(-) …

Lire la suite