summaryrefslogtreecommitdiff
path: root/src/lookup.h
AgeCommit message (Expand)AuthorFilesLines
2006-11-13Initial import15.6-2Tobias Klauser1-0/+48
option value='1'>ignoremode:
authorVaishali Thakkar <vaishali.thakkar@oracle.com>2016-04-28 18:52:49 +0530
committerRob Clark <robdclark@gmail.com>2016-05-08 10:22:16 -0400
commitd6c925cada0d92e49c3473bc0a69ea3913fff905 (patch)
treecdc28b0bbba63afb866e8f087ef214aa119ba109
parent30c6bfe8abb51098889c6f894641aff22d2a65d1 (diff)
drm/msm: Move call to PTR_ERR_OR_ZERO after reassignment
Here, a location is reset to NULL before being passed to PTR_ERR. So, PTR_ERR should be called before its argument is reassigned to NULL. Further to simplify things use PTR_ERR_OR_ZERO instead of PTR_ERR and IS_ERR. Problem found using Coccinelle. Signed-off-by: Vaishali Thakkar <vaishali.thakkar@oracle.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> [fixed fmt string warning (s/%ld/%d/)] Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat