Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267296
b: refs/heads/master
c: 502fcb7
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 945f4e3 commit 382f01d
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: 0c6967b5a0dd54b936e859398e8a977d24bde2a7
refs/heads/master: 502fcb796c4e9f9966f34cb253b881d00bf90eae
2 changes: 1 addition & 1 deletion trunk/drivers/tty/vt/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ EXPORT_SYMBOL_GPL(unregister_vt_notifier);

static void notify_write(struct vc_data *vc, unsigned int unicode)
{
struct vt_notifier_param param = { .vc = vc, unicode = unicode };
struct vt_notifier_param param = { .vc = vc, .c = unicode };
atomic_notifier_call_chain(&vt_notifier_list, VT_WRITE, &param);
}

Expand Down

0 comments on commit 382f01d

Please sign in to comment.