compat-wireless: fix stable patch pull count
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 11 Dec 2010 01:10:40 +0000 (17:10 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 11 Dec 2010 01:14:10 +0000 (17:14 -0800)
commit503dc836e732e64a50a88293711bdf708aebf43e
treeffb0cf829edaa7180e9127c599c680f7044cc605
parentc0f962ab0242e3615ecc226d67fc005e09890e2e
compat-wireless: fix stable patch pull count

If we had a backport of a stable patch but no new pending stable
patches that do not require a backport we would get an error telling
us that no patch file in pending-stable patch was found, this was
because our find went down the pending-stable/ directory recursively,
we need to stop it at each directory.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/admin-update.sh