Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14685
b: refs/heads/master
c: 55b02d7
h: refs/heads/master
i:
  14683: 4249828
v: v3
  • Loading branch information
Eric Sandeen authored and Nathan Scott committed Nov 25, 2005
1 parent d75e2b1 commit dd0c93e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 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: cd0cca7bf5e201dcea5632f78ad9b37cb419a5df
refs/heads/master: 55b02d74e126df70fb6b92a0e4e4bed2f0a13fe4
6 changes: 1 addition & 5 deletions trunk/drivers/video/fbmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,17 +452,13 @@ int fb_prepare_logo(struct fb_info *info, int rotate)

/* Return if no suitable logo was found */
fb_logo.logo = fb_find_logo(depth);

if (!fb_logo.logo) {
return 0;
}

if (rotate == FB_ROTATE_UR || rotate == FB_ROTATE_UD)
yres = info->var.yres;
else
yres = info->var.xres;

if (fb_logo.logo->height > yres) {
if (fb_logo.logo && fb_logo.logo->height > yres) {
fb_logo.logo = NULL;
return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_iomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef struct xfs_iomap {
xfs_buftarg_t *iomap_target;
xfs_off_t iomap_offset; /* offset of mapping, bytes */
xfs_off_t iomap_bsize; /* size of mapping, bytes */
size_t iomap_delta; /* offset into mapping, bytes */
xfs_off_t iomap_delta; /* offset into mapping, bytes */
iomap_flags_t iomap_flags;
} xfs_iomap_t;

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-iop3xx/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* IOP3xx architecture timex specifications
*/
#include <linux/config.h>
#include <asm/hardware.h>


#if defined(CONFIG_ARCH_IQ80321) || defined(CONFIG_ARCH_IQ31244)

Expand Down

0 comments on commit dd0c93e

Please sign in to comment.