|
@@ -259,7 +259,7 @@ EXPORT_SYMBOL_GPL(unregister_vt_notifier);
|
|
|
|
|
|
|
|
static void notify_write(struct vc_data *vc, unsigned int unicode)
|
|
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, ¶m);
|
|
atomic_notifier_call_chain(&vt_notifier_list, VT_WRITE, ¶m);
|
|
|
}
|
|
}
|
|
|
|
|
|