Skip to content

Commit

Permalink
tpm: tpm-space.c remove unneeded semicolon
Browse files Browse the repository at this point in the history
Remove unneeded semicolon in tpm2_map_response_header()

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
  • Loading branch information
tomasbw authored and Jarkko Sakkinen committed Nov 13, 2018
1 parent b6b6036 commit c22780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/tpm/tpm2-space.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static int tpm2_map_response_header(struct tpm_chip *chip, u32 cc, u8 *rsp,
dev_err(&chip->dev, "%s: unknown handle 0x%08X\n",
__func__, phandle);
break;
};
}

return 0;
out_no_slots:
Expand Down

0 comments on commit c22780f

Please sign in to comment.