Clean-up patch to fix the following checkpatch.pl warnings:
ade7753.c:325: WARNING: Missing a blank line after declarations
ade7753.c:383: WARNING: Missing a blank line after declarations
Signed-off-by: Tina Johnson<tinajohnson.1234@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 {
        int ret;
        u8 irqen;
+
        ret = ade7753_spi_read_reg_8(dev, ADE7753_IRQEN, &irqen);
        if (ret)
                goto error_ret;
        int ret;
        u16 t;
        int sps;
+
        ret = ade7753_spi_read_reg_16(dev, ADE7753_MODE, &t);
        if (ret)
                return ret;