Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71090
b: refs/heads/master
c: 53da056
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Oct 18, 2007
1 parent 03d83eb commit 2711118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 149041070deb2e83cd36dc60bc72975b3cbf5bbe
refs/heads/master: 53da05632b96440b07615458e57d096a89cc466c
6 changes: 3 additions & 3 deletions trunk/drivers/video/console/newport_con.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static inline void newport_init_cmap(void)
}
}

static struct linux_logo *newport_show_logo(void)
static const struct linux_logo *newport_show_logo(void)
{
#ifdef CONFIG_LOGO_SGI_CLUT224
const struct linux_logo *logo = fb_find_logo(8);
Expand All @@ -108,8 +108,8 @@ static struct linux_logo *newport_show_logo(void)

if (!logo)
return NULL;
*clut = logo->clut;
*data = logo->data;
clut = logo->clut;
data = logo->data;

for (i = 0; i < logo->clutsize; i++) {
newport_bfwait(npregs);
Expand Down

0 comments on commit 2711118

Please sign in to comment.