Searched hist:"73061 da07d28ac6724bcd9ce4b51cf51a8b6b40e" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | pti.c | diff 73061da07d28ac6724bcd9ce4b51cf51a8b6b40e Fri Oct 16 09:09:13 CDT 2015 Dan Carpenter <dan.carpenter@oracle.com> intel_th: Check for NULL instead of ERR_PTR
devm_ioremap() returns NULL on error, it doesn't return an ERR_PTR, which is what the current code does. This patch corrects these checks.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | sth.c | diff 73061da07d28ac6724bcd9ce4b51cf51a8b6b40e Fri Oct 16 09:09:13 CDT 2015 Dan Carpenter <dan.carpenter@oracle.com> intel_th: Check for NULL instead of ERR_PTR
devm_ioremap() returns NULL on error, it doesn't return an ERR_PTR, which is what the current code does. This patch corrects these checks.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | gth.c | diff 73061da07d28ac6724bcd9ce4b51cf51a8b6b40e Fri Oct 16 09:09:13 CDT 2015 Dan Carpenter <dan.carpenter@oracle.com> intel_th: Check for NULL instead of ERR_PTR
devm_ioremap() returns NULL on error, it doesn't return an ERR_PTR, which is what the current code does. This patch corrects these checks.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | msu.c | diff 73061da07d28ac6724bcd9ce4b51cf51a8b6b40e Fri Oct 16 09:09:13 CDT 2015 Dan Carpenter <dan.carpenter@oracle.com> intel_th: Check for NULL instead of ERR_PTR
devm_ioremap() returns NULL on error, it doesn't return an ERR_PTR, which is what the current code does. This patch corrects these checks.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|