All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm: minor cleanups
@ 2013-07-01 10:06 Seung-Woo Kim
  2013-07-01 10:06 ` [PATCH 1/3] drm: fix print format of sequence in trace point Seung-Woo Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Seung-Woo Kim @ 2013-07-01 10:06 UTC (permalink / raw)
  To: dri-devel, airlied; +Cc: kyungmin.park, sw0312.kim, yj44.cho

This patch series fixes minor code issues including wrong trace point foramts, 
meaningless null checking, and possible resource leak in error cases.

This is based drm-next branch.

Seung-Woo Kim (2):
  drm: fix print format of sequence in trace point
  drm: move edid null check to the first part of drm_edid_block_valid

YoungJun Cho (1):
  drm: fix error routines in drm_open_helper

 drivers/gpu/drm/drm_edid.c  |    5 ++++-
 drivers/gpu/drm/drm_fops.c  |   17 +++++++++++++----
 drivers/gpu/drm/drm_trace.h |    6 +++---
 3 files changed, 20 insertions(+), 8 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2013-07-02 11:22 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 10:06 [PATCH 0/3] drm: minor cleanups Seung-Woo Kim
2013-07-01 10:06 ` [PATCH 1/3] drm: fix print format of sequence in trace point Seung-Woo Kim
2013-07-01 10:23   ` Chris Wilson
2013-07-01 10:28     ` Seung-Woo Kim
2013-07-01 10:34       ` Chris Wilson
2013-07-01 10:44         ` [PATCH v2 " Seung-Woo Kim
2013-07-01 10:49           ` Chris Wilson
2013-07-01 10:06 ` [PATCH 2/3] drm: move edid null check to the first part of drm_edid_block_valid Seung-Woo Kim
2013-07-01 10:21   ` Chris Wilson
2013-07-01 14:56     ` Daniel Vetter
2013-07-01 23:54       ` Seung-Woo Kim
2013-07-02  0:11       ` [PATCH v3 3/3] drm: fix error routines in drm_open_helper Seung-Woo Kim
2013-07-02  0:52       ` [PATCH v2 2/3] drm: add assertion for checking null edid to drm_edid_block_valid Seung-Woo Kim
2013-07-02  8:29         ` Ville Syrjälä
2013-07-02  8:47           ` Seung-Woo Kim
2013-07-02  8:57           ` [PATCH v3 " Seung-Woo Kim
2013-07-02 11:22             ` Chris Wilson
2013-07-02 11:20         ` [PATCH v2 " Chris Wilson
2013-07-01 10:06 ` [PATCH 3/3] drm: fix error routines in drm_open_helper Seung-Woo Kim
2013-07-01 10:18   ` Chris Wilson
2013-07-01 10:49     ` [PATCH v2 " Seung-Woo Kim
2013-07-01 10:57       ` Chris Wilson
2013-07-01 11:14         ` Seung-Woo Kim
2013-07-01 11:52           ` Chris Wilson
2013-07-01 12:02             ` YoungJun Cho
2013-07-02  0:53             ` [PATCH v4 " Seung-Woo Kim
2013-07-02 11:19               ` Chris Wilson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.