summaryrefslogtreecommitdiff
path: root/net/ax25/Makefile
blob: 43c46d2cafb6567672555ac977d0486066bc07f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the Linux AX.25 layer.
#

obj-$(CONFIG_AX25) += ax25.o

ax25-y	 := ax25_addr.o ax25_dev.o ax25_iface.o ax25_in.o ax25_ip.o ax25_out.o \
	    ax25_route.o ax25_std_in.o ax25_std_subr.o ax25_std_timer.o \
	    ax25_subr.o ax25_timer.o ax25_uid.o af_ax25.o
ax25-$(CONFIG_AX25_DAMA_SLAVE) += ax25_ds_in.o ax25_ds_subr.o ax25_ds_timer.o
ax25-$(CONFIG_SYSCTL) += sysctl_net_ax25.o
.cgi/linux/net-next.git/patch/Documentation?id=c60fa555b11b25386b355c141d90cbee361c3eec'>patch) tree144f457fbc9ebfcb02a4c98a4009fd0f3b402d62 /Documentation parent2ae3986b84e9d325bc92a1efbcf0c6b0f5016b35 (diff)
HID: usbhid: fix improper return value
Function hid_post_reset() should return negative error codes on failures. However, in its implementation, it incorrectly returns 1. This patch fixes the bug, returning proper error codes on failures. Signed-off-by: Pan Bian <bianpan2016@163.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')