]> Git Repo - linux.git/blobdiff - drivers/usb/host/ehci-dbg.c
Merge branch 'usb-next' into musb-merge
[linux.git] / drivers / usb / host / ehci-dbg.c
index 6e2599661b5bdcad9323185bd992dbdb7df45b21..3be238a24cc5fc3332aa857b4f21eb8d8a0b17eb 100644 (file)
@@ -879,7 +879,7 @@ static int fill_buffer(struct debug_buffer *buf)
        int ret = 0;
 
        if (!buf->output_buf)
-               buf->output_buf = (char *)vmalloc(buf->alloc_size);
+               buf->output_buf = vmalloc(buf->alloc_size);
 
        if (!buf->output_buf) {
                ret = -ENOMEM;
This page took 0.025821 seconds and 4 git commands to generate.