https://github.com/torvalds/linux
Revision 399ea0f6bcd318af94ec8e4ffe96703ed674f22e authored by Pavel Fedin on 06 October 2015, 08:14:35 UTC, committed by Christoffer Dall on 20 October 2015, 16:04:48 UTC
Jump to correct label and free kvm_host_cpu_state

Reviewed-by: Wei Huang <wei@redhat.com>
Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
1 parent 437f996
Raw File
Tip revision: 399ea0f6bcd318af94ec8e4ffe96703ed674f22e authored by Pavel Fedin on 06 October 2015, 08:14:35 UTC
KVM: arm/arm64: Fix memory leak if timer initialization fails
Tip revision: 399ea0f
psnap.h
#ifndef _NET_PSNAP_H
#define _NET_PSNAP_H

struct datalink_proto *
register_snap_client(const unsigned char *desc,
		     int (*rcvfunc)(struct sk_buff *, struct net_device *,
				    struct packet_type *,
				    struct net_device *orig_dev));
void unregister_snap_client(struct datalink_proto *proto);

#endif
back to top