mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 21:45:37 +00:00
pc_usb_host_drv: supress '__printk_ratelimit'
This commit is contained in:
parent
2fd2b7d628
commit
2e9e5c37b5
@ -564,3 +564,13 @@ int usb_acpi_set_power_state(struct usb_device *hdev, int index, bool enable)
|
|||||||
lx_emul_trace(__func__);
|
lx_emul_trace(__func__);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#include <linux/printk.h>
|
||||||
|
|
||||||
|
int __printk_ratelimit(const char * func)
|
||||||
|
{
|
||||||
|
lx_emul_trace(__func__);
|
||||||
|
/* suppress */
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
@ -55,14 +55,6 @@ unsigned long __get_free_pages(gfp_t gfp_mask,unsigned int order)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <linux/printk.h>
|
|
||||||
|
|
||||||
int __printk_ratelimit(const char * func)
|
|
||||||
{
|
|
||||||
lx_emul_trace_and_stop(__func__);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#include <linux/cred.h>
|
#include <linux/cred.h>
|
||||||
|
|
||||||
void __put_cred(struct cred * cred)
|
void __put_cred(struct cred * cred)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user