瀏覽代碼

Merge branch 'bkl/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing

* 'bkl/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing:
  hp_sdc_rtc: fix broken ioctl conversion
Linus Torvalds 15 年之前
父節點
當前提交
8d7458daea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/input/misc/hp_sdc_rtc.c

+ 1 - 1
drivers/input/misc/hp_sdc_rtc.c

@@ -678,7 +678,7 @@ static const struct file_operations hp_sdc_rtc_fops = {
         .llseek =		no_llseek,
         .llseek =		no_llseek,
         .read =			hp_sdc_rtc_read,
         .read =			hp_sdc_rtc_read,
         .poll =			hp_sdc_rtc_poll,
         .poll =			hp_sdc_rtc_poll,
-        .unlocked_ioctl = 	hp_sdc_rtc_ioctl,
+        .unlocked_ioctl =	hp_sdc_rtc_unlocked_ioctl,
         .open =			hp_sdc_rtc_open,
         .open =			hp_sdc_rtc_open,
         .fasync =		hp_sdc_rtc_fasync,
         .fasync =		hp_sdc_rtc_fasync,
 };
 };