[SPARC64]: Fix bogus '&' conditinal in set_rtc_mmss().
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 28 Oct 2007 05:33:33 +0000 (22:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 31 Oct 2007 22:30:49 +0000 (15:30 -0700)
commit23e8bc200c3bbbd6eae1128e9095a3968954af2e
treece1116af3b3131118884048cfd2b01224627accf
parentb1d08ac064268d0ae2281e98bf5e82627e0f0c56
[SPARC64]: Fix bogus '&' conditinal in set_rtc_mmss().

We're using '&' instead of '&&'.

Noticed by Roel Kluin.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/time.c