compat-drivers: fix commend for genlog
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Mon, 11 Mar 2013 23:34:33 +0000 (16:34 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Mon, 11 Mar 2013 23:34:33 +0000 (16:34 -0700)
The genlog script was giving the incorrect command
we use to generate the log for the kernel, fix this.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/genlog-3.9

index 50240a4536faec62f29c2f04bbd82b412594e83a..a9fdf075def38abf0f1739cc2d0541122f64befe 100755 (executable)
@@ -72,7 +72,7 @@ echo -e "  * DRM " >> $LOG
 echo -e "
 Generated by using: 
 
-git log v3.${OLD_VER}${RC}..HEAD \ 
+git log v3.${OLD_VER}..HEAD \
         net/wireless/ \ 
         net/mac80211/ \ 
         net/rfkill/ \