search for: 2aefbef0414981

Displaying 1 result from an estimated 1 matches for "2aefbef0414981".

2020 Apr 07
0
[vhost:vhost 32/44] drivers/remoteproc/remoteproc_sysfs.c:55:2: error: implicit declaration of function 'kfree'; did you mean 'vfree'?
...ivers/char/hw_random/virtio-rng.c:125:2: error: implicit declaration of function 'kfree'; did you mean 'vfree'? [-Werror=implicit-function-declaration] kfree(vi); ^~~~~ vfree cc1: some warnings being treated as errors vim +55 drivers/remoteproc/remoteproc_sysfs.c 2aefbef0414981 Matt Redfearn 2016-10-19 20 2aefbef0414981 Matt Redfearn 2016-10-19 21 /* Change firmware name via sysfs */ 2aefbef0414981 Matt Redfearn 2016-10-19 22 static ssize_t firmware_store(struct device *dev, 2aefbef0414981 Matt Redfearn 2016-10-19 23 struct device_attribute *attr, 2aefbe...