diff --git a/[refs] b/[refs] index 43765a7afd77..d0ebbfe60ca3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2d69a3ab2e62bcf8e5f5303bde024033face902 +refs/heads/master: ca6f2d7fafd2d48b2f6943f5c6787beaec2014d0 diff --git a/trunk/drivers/sh/pfc.c b/trunk/drivers/sh/pfc.c index 841ed5030c8f..082604edc4c2 100644 --- a/trunk/drivers/sh/pfc.c +++ b/trunk/drivers/sh/pfc.c @@ -71,7 +71,7 @@ static void gpio_write_bit(struct pinmux_data_reg *dr, pos = dr->reg_width - (in_pos + 1); - pr_debug("write_bit addr = %lx, value = %ld, pos = %ld, " + pr_debug("write_bit addr = %lx, value = %d, pos = %ld, " "r_width = %ld\n", dr->reg, !!value, pos, dr->reg_width);