mirror of https://gitee.com/openkylin/linux.git
0150bd7f23
Include the operation id as well as the received and expected size (from header) when reporting incomplete messages. This information is useful when debugging communication errors. Also invert the size test to match the error message and increase readability. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> |
||
---|---|---|
.. | ||
Documentation | ||
.gitignore | ||
Android.mk | ||
LICENSE | ||
Makefile | ||
README | ||
ap.c | ||
battery.c | ||
bundle.c | ||
bundle.h | ||
connection.c | ||
connection.h | ||
core.c | ||
debugfs.c | ||
devices | ||
es1.c | ||
es2.c | ||
gpb.c | ||
gpio.c | ||
greybus.h | ||
greybus_id.h | ||
greybus_manifest.h | ||
hid.c | ||
i2c.c | ||
interface.c | ||
interface.h | ||
kernel_ver.h | ||
manifest.c | ||
manifest.h | ||
module.c | ||
module.h | ||
operation.c | ||
operation.h | ||
protocol.c | ||
protocol.h | ||
pwm.c | ||
sdio.c | ||
spi.c | ||
svc_msg.h | ||
uart.c | ||
usb.c | ||
vibrator.c |
README
Greybus kernel code To build against the running kernel (odds are you don't want this): make To build against a specific kernel source tree (odds are you want this): KERNELDIR=/home/some/random/place make Any questions / concerns about this code base, please email: Greg Kroah-Hartman <greg@kroah.com>