Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293705
b: refs/heads/master
c: c7a5ae2
h: refs/heads/master
i:
  293703: f7097fa
v: v3
  • Loading branch information
Kirill A. Shutemov authored and Dave Airlie committed Mar 10, 2012
1 parent f953af2 commit 8a371f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4b9ff716fd6b49b062884e339882efe305e922f
refs/heads/master: c7a5ae2f232e77ffd4e0713a6d72cb20471ae81c
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ int mdfld_dsi_send_gen_short(struct mdfld_dsi_pkg_sender *sender, u8 param0,
unsigned long flags;
u8 data_type;

if (!sender || param_num < 0 || param_num > 2) {
if (!sender || param_num > 2) {
DRM_ERROR("Invalid parameter\n");
return -EINVAL;
}
Expand Down

0 comments on commit 8a371f8

Please sign in to comment.