From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, Jiri Kosina <jikos@kernel.org>,
linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
Ben Chen <ben_chen@bizlinktech.com>
Subject: Re: [PATCH 1/1] Support for CMedia CM6533 HID audio jack controls.
Date: Tue, 15 Dec 2015 16:09:00 +0800 [thread overview]
Message-ID: <201512151651.LxPrmD7m%fengguang.wu@intel.com> (raw)
In-Reply-To: <1450164999-3130-1-git-send-email-ben_chen@bizlinktech.com>
[-- Attachment #1: Type: text/plain, Size: 1686 bytes --]
Hi Ben,
[auto build test WARNING on hid/for-next]
[also build test WARNING on v4.4-rc5 next-20151214]
url: https://github.com/0day-ci/linux/commits/Ben-Chen/Support-for-CMedia-CM6533-HID-audio-jack-controls/20151215-153958
base: https://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-next
config: x86_64-allmodconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
>> drivers/hid/hid-cm6533.c:162:22: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
.input_configured = cmhid_input_configured,
^
drivers/hid/hid-cm6533.c:162:22: note: (near initialization for 'cmhid_driver.input_configured')
vim +162 drivers/hid/hid-cm6533.c
146 struct cmhid *cm = hid_get_drvdata(hid);
147
148 hid_hw_stop(hid);
149 kfree(cm);
150 }
151
152 static const struct hid_device_id cmhid_devices[] = {
153 { HID_USB_DEVICE(USB_VENDOR_ID_CMEDIA, USB_DEVICE_ID_CM6533) },
154 { }
155 };
156 MODULE_DEVICE_TABLE(hid, cmhid_devices);
157
158 static struct hid_driver cmhid_driver = {
159 .name = "cm6533_jd",
160 .id_table = cmhid_devices,
161 .raw_event = cmhid_raw_event,
> 162 .input_configured = cmhid_input_configured,
163 .probe = cmhid_probe,
164 .remove = cmhid_remove,
165 .input_mapping = cmhid_input_mapping,
166 };
167 module_hid_driver(cmhid_driver);
168
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 51054 bytes --]
next prev parent reply other threads:[~2015-12-15 8:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-15 7:36 [PATCH 1/1] Support for CMedia CM6533 HID audio jack controls Ben Chen
2015-12-15 8:09 ` kbuild test robot [this message]
2015-12-16 13:45 ` Jiri Kosina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201512151651.LxPrmD7m%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=ben_chen@bizlinktech.com \
--cc=jikos@kernel.org \
--cc=kbuild-all@01.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox