]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/msm/dsi: One function call less in dsi_init() after error detection
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 27 Jun 2015 20:23:28 +0000 (22:23 +0200)
committerRob Clark <robdclark@gmail.com>
Sat, 15 Aug 2015 22:27:17 +0000 (18:27 -0400)
commitda882cd1ee132ecbb4a4848a6b0797ea2ed4bee7
tree274cf9977448f1ead814f598338011617149c11f
parenta60bbb2764b73a3f54c7462f3d28f960b7811682
drm/msm/dsi: One function call less in dsi_init() after error detection

The dsi_destroy() function was called in two cases by the dsi_init() function
during error handling even if the passed variable contained a null pointer.

* This implementation detail could be improved by adjustments for jump
  targets according to the Linux coding style convention.

* Drop an unnecessary initialisation for the variable "msm_dsi" then.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
[add couple missing ERR_PTR()'s]
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/dsi/dsi.c