Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...
[pandora-kernel.git] / drivers / staging / lirc / lirc_imon.c
index 235cab0..4039eda 100644 (file)
@@ -379,7 +379,7 @@ static ssize_t vfd_write(struct file *file, const char *buf,
        struct imon_context *context;
        const unsigned char vfd_packet6[] = {
                0x01, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF };
-       int *data_buf;
+       int *data_buf = NULL;
 
        context = file->private_data;
        if (!context) {