Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19341
b: refs/heads/master
c: 295b117
h: refs/heads/master
i:
  19339: f6d8e2b
v: v3
  • Loading branch information
Kylene Jo Hall authored and Linus Torvalds committed Feb 1, 2006
1 parent 7924b8e commit 32c1060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10296cb0b2b0b0eb312f81032216504a64ee675a
refs/heads/master: 295b117ef334bcc3c9596117cb0aa640054e35fc
3 changes: 1 addition & 2 deletions trunk/drivers/char/tpm/tpm_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static int get_event_name(char *dest, struct tcpa_event *event,
const char *name = "";
char data[40] = "";
int i, n_len = 0, d_len = 0;
u32 event_id, event_data_size;
u32 event_id;

switch(event->event_type) {
case PREBOOT:
Expand Down Expand Up @@ -221,7 +221,6 @@ static int get_event_name(char *dest, struct tcpa_event *event,
break;
case EVENT_TAG:
event_id = be32_to_cpu(*((u32 *)event_entry));
event_data_size = be32_to_cpu(((u32 *)event_entry)[1]);

/* ToDo Row data -> Base64 */

Expand Down

0 comments on commit 32c1060

Please sign in to comment.