Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166735
b: refs/heads/master
c: cc44578
h: refs/heads/master
i:
  166733: 91c03a6
  166731: 350a6c7
  166727: ad7d0d9
  166719: 88ed0f1
v: v3
  • Loading branch information
Philipp Reisner authored and David S. Miller committed Oct 2, 2009
1 parent f38c684 commit 1dcda2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98a5783af02f4c9b87b676d7bbda6258045cfc76
refs/heads/master: cc44578b5a508889beb8ae3ccd4d2bbdf17bc86c
3 changes: 3 additions & 0 deletions trunk/drivers/video/uvesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ static void uvesafb_cn_callback(struct cn_msg *msg, struct netlink_skb_parms *ns
struct uvesafb_task *utask;
struct uvesafb_ktask *task;

if (!cap_raised(nsp->eff_cap, CAP_SYS_ADMIN))
return;

if (msg->seq >= UVESAFB_TASKS_MAX)
return;

Expand Down

0 comments on commit 1dcda2d

Please sign in to comment.