diff options
| -rw-r--r-- | drivers/char/ipmi/ipmi_si_intf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c index b1732882b97e..f124a2d2bb9f 100644 --- a/drivers/char/ipmi/ipmi_si_intf.c +++ b/drivers/char/ipmi/ipmi_si_intf.c | |||
| @@ -1931,7 +1931,6 @@ static int try_smi_init(struct smi_info *new_smi) | |||
| 1931 | { | 1931 | { |
| 1932 | int rv = 0; | 1932 | int rv = 0; |
| 1933 | int i; | 1933 | int i; |
| 1934 | char *init_name = NULL; | ||
| 1935 | 1934 | ||
| 1936 | pr_info("Trying %s-specified %s state machine at %s address 0x%lx, slave address 0x%x, irq %d\n", | 1935 | pr_info("Trying %s-specified %s state machine at %s address 0x%lx, slave address 0x%x, irq %d\n", |
| 1937 | ipmi_addr_src_to_str(new_smi->io.addr_source), | 1936 | ipmi_addr_src_to_str(new_smi->io.addr_source), |
| @@ -2073,7 +2072,6 @@ static int try_smi_init(struct smi_info *new_smi) | |||
| 2073 | new_smi->io.io_cleanup = NULL; | 2072 | new_smi->io.io_cleanup = NULL; |
| 2074 | } | 2073 | } |
| 2075 | 2074 | ||
| 2076 | kfree(init_name); | ||
| 2077 | return rv; | 2075 | return rv; |
| 2078 | } | 2076 | } |
| 2079 | 2077 | ||
