Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284846
b: refs/heads/master
c: 423a530
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Florian Tobias Schandinat committed Dec 3, 2011
1 parent d17fcb0 commit 83c67bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 78ffd70e6a717600d16567e2611f83a2375f3c55
refs/heads/master: 423a53086ce4095ee66e95778dbbcd6d8c7f3529
8 changes: 4 additions & 4 deletions trunk/drivers/video/amifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ static int amifb_check_var(struct fb_var_screeninfo *var,

static int amifb_set_par(struct fb_info *info)
{
struct amifb_par *par = (struct amifb_par *)info->par;
struct amifb_par *par = info->par;

do_vmode_pan = 0;
do_vmode_full = 0;
Expand Down Expand Up @@ -3181,7 +3181,7 @@ static inline void xor_one_line(int bpp, unsigned long next_plane,
static void amifb_fillrect(struct fb_info *info,
const struct fb_fillrect *rect)
{
struct amifb_par *par = (struct amifb_par *)info->par;
struct amifb_par *par = info->par;
int dst_idx, x2, y2;
unsigned long *dst;
u32 width, height;
Expand Down Expand Up @@ -3259,7 +3259,7 @@ static inline void copy_one_line_rev(int bpp, unsigned long next_plane,
static void amifb_copyarea(struct fb_info *info,
const struct fb_copyarea *area)
{
struct amifb_par *par = (struct amifb_par *)info->par;
struct amifb_par *par = info->par;
int x2, y2;
u32 dx, dy, sx, sy, width, height;
unsigned long *dst, *src;
Expand Down Expand Up @@ -3352,7 +3352,7 @@ static inline void expand_one_line(int bpp, unsigned long next_plane,

static void amifb_imageblit(struct fb_info *info, const struct fb_image *image)
{
struct amifb_par *par = (struct amifb_par *)info->par;
struct amifb_par *par = info->par;
int x2, y2;
unsigned long *dst;
int dst_idx;
Expand Down

0 comments on commit 83c67bc

Please sign in to comment.