Skip to content

Commit

Permalink
ARM: OMAP2: remove useless variable 'ret'
Browse files Browse the repository at this point in the history
Remove useless variable 'ret', the related warning:

arch/arm/mach-omap2/board-am3517crane.c:113:6: warning: unused variable ‘ret’ -Wunused-variable]

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Chen Gang authored and Tony Lindgren committed Aug 22, 2013
1 parent 94b1d61 commit a04feb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-omap2/board-am3517crane.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ static void __init am3517_crane_i2c_init(void)

static void __init am3517_crane_init(void)
{
int ret;

omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
omap_serial_init();
omap_sdrc_init(NULL, NULL);
Expand Down

0 comments on commit a04feb0

Please sign in to comment.