kernel: pthread: correcting pthread_setschedparam. pthread_setschedparam() uses k_thread_priority_set() to set pthread priority. There is an error in argument in k_thread_priority_seti() due to which system correct priority was not set. Correcting this error. Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>