]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
hid: jarvis: Reduce noisy level of CSR WAR
authorXia Yang <xiay@nvidia.com>
Tue, 20 Jan 2015 20:10:43 +0000 (12:10 -0800)
committerXia Yang <xiay@nvidia.com>
Thu, 19 Mar 2015 22:46:40 +0000 (15:46 -0700)
Bug 1602139

Change-Id: Ib56bcef517a72333439c38f473424553d548e3a7
Signed-off-by: Xia Yang <xiay@nvidia.com>
Reviewed-on: http://git-master/r/674074
(cherry picked from commit a437a0c3d49e6cfd4ed3a7d2a3011e91a43fdef1)
Reviewed-on: http://git-master/r/680245
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
drivers/hid/hid-atv-jarvis.c

index 623c1219c7afa8168a76a3cd3d0949c51606074a..1a68b5209796dbd025931fa5c52059dd6889f9b4 100644 (file)
@@ -1291,8 +1291,7 @@ static int atvr_jarvis_break_events(struct hid_device *hdev,
 {
        /* breaks events apart if they are not proper */
 
-       pr_info("%s: packet 0x%02x#%i\n",
-               __func__, data[0], size);
+       pr_debug("%s: packet 0x%02x#%i\n", __func__, data[0], size);
 
        if (!((report->id == JAR_BUTTON_REPORT_ID &&
               size >= JAR_BUTTON_REPORT_SIZE) ||