shell: Fix unnecessary passing by reference of argc

The get_cb() function does not modify argc, so there's no point in
passing it by reference.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
1 file changed